An open API service indexing awesome lists of open source software.

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.

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/
```