@jayson991/create-app

1.1.6 • Public • Published

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

Readme

Keywords

Package Sidebar

Install

npm i @jayson991/create-app

Weekly Downloads

1

Version

1.1.6

License

MIT

Unpacked Size

8.84 kB

Total Files

3

Last publish

Collaborators

  • jayson991