@jayson991/create-app
v1.1.6
Published
A CLI Tool To Create Apps You Want Like create-react-app | @vue/cli | @angular/cli
Downloads
9
Readme
create-app
A CLI Tool To Create Apps You Want Like create-react-app | @vue/cli | @angular/cli
Installation
$ npm i -g @jayson991/create-app
All Commands
# look for help
$ create-app -h
$ create-app --help
# check create-app version
$ create-app -v
$ create-app --version
# check create-app info
$ create-app info
# add your own template just for you
$ create-app add
# init your own project
$ create-app init
# list all templates
$ create-app list
All Templates
| Template Name | Main Language (Framework) | | :-----------------------------------------------------------------------------------: | :-----------------------: | | react-template | Javascript | | react-typescript-template | Typescript | | vue2-template | Vue 2.x (Webpack 5.x) | | vue2-library-template | Vue 2.x, npm Library | | vue3-boilerplate | Vue 3.x (Webpack 5.x) | | vue3-library-boilerplate | Vue 3.x, npm Library |