https://github.com/chadnpc/createwebapp
A powershell CmdLet to Create Web app Projects.
https://github.com/chadnpc/createwebapp
Last synced: over 1 year ago
JSON representation
A powershell CmdLet to Create Web app Projects.
- Host: GitHub
- URL: https://github.com/chadnpc/createwebapp
- Owner: chadnpc
- License: mit
- Created: 2022-11-10T12:24:48.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-11-10T15:17:09.000Z (over 3 years ago)
- Last Synced: 2025-02-10T01:31:40.074Z (over 1 year ago)
- Language: C#
- Size: 3.65 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# CreateWebapp
A powershell CmdLet to Create Web app Projects.
## Description
Interactive scripts to help create Web apps quickly.
Kinda like npm init, or Create-React-App but with much more options.
## Inspiration
After reading these I wanted to create cli tool to help create web apps starter template projects on windows
```text
Microsoft identity webApp
https://github.com/AzureAD/microsoft-identity-web/wiki/Web-App-Template
PhP webApp
https://github.com/plashenkov/webapp-template.git
Node Express webApp
https://jsforall.com/nodejs/steps-to-create-first-nodejs-express-app/
```