chaser-cli
v0.1.3
Published
CLI tool
Downloads
1
Readme
Inspired by vue-cli @2.x
preview
Install
npm install -g chaser-cli
Usage
use init commander to init a project
# init a project with template
chaser init [projectName]
# example:
# init SaaS project
chaser init SaaS
# init at current directory
chaser init .
and then choose a template you like
templates
Basic template built with Webpack 4.x, included scss, eslint standard, env
Vue template built with vue-cli 3.x, included vuex, router, scss, eslint
React template built with create-react-app, included scss, eslint, redux, router
Author
👤 impeiran
- Github: @impeiran
🤝 Contributing
Contributions, issues and feature requests are welcome! Feel free to check issues page.
Show your support
Give a ⭐️ if this project helped you!
📝 License
Copyright © 2019 impeiran. This project is MIT licensed.
This README was generated with ❤️ by readme-md-generator