1.0.5 • Published 2 years ago

create-starter v1.0.5

Weekly downloads
2
License
MIT
Repository
github
Last release
2 years ago

create-starter

NPM Downloads NPM Version License Code Style

Awesome starter.

Installation

Use npx:

$ npx create-starter init [options]

Globally install:

$ npm install create-starter -g
# or yarn
$ yarn global add create-starter

Usage

$ npx create-starter init

   ┌───────────────────────────────────────────┐
   │                                           │
   │   Welcome use starter to init your app.   │
   │                                           │
   └───────────────────────────────────────────┘

√ Please pick the App type · Vue 3
√ Please pick one app · vite-tailwind-starter        
? Fill out the fields in package.json » 100% completed
 {
   "name": "my-demo",
   "description": "demo",
   "version": "1.0.1",
   "homepage": "https://github.com/wiolem/my-demo",   
   "author": "wiolem (https://github.com/wiolem)",    
   "repository": "https://github.com/wiolem/my-demo", 
   "license": "MIT"
 }
 Clone processing .. \

   ┌───────────────────────────┐
   │                           │
   │   Starter init success!   │
   │                           │
   └───────────────────────────┘

 cd ./my-demo
 npm install

Contributing

  1. Fork it on GitHub!
  2. Clone the fork to your own machine.
  3. Checkout your feature branch: git checkout -b my-awesome-feature
  4. Commit your changes to your own branch: git commit -am 'Add some feature'
  5. Push your work back up to your fork: git push -u origin my-awesome-feature
  6. Submit a Pull Request so that we can review your changes.

NOTE: Be sure to merge the latest from "upstream" before making a pull request!

License

MIT © LEE