0.4.0 ā€¢ Published 4 years ago

dawdler v0.4.0

Weekly downloads
5
License
MIT
Repository
github
Last release
4 years ago

Dawdler

npm npm version license

:boy: A template generator for react and nodejs projects. If you are a dawdler, you can try it.

Have Fun :)

Installation

npm install dawdler -g

or use yarn

yarn add -global dawdler

Usage

$ [dl | dawdler] <command>

Example

$ dl init
? Project name dawdler
? Select project type REACT

Start generating the project. Please waiting ...

āˆš generator completed!

cd dawdler
npm install | yarn
npm start

Commands

 -V, --version  output the version number
 -h, --help     output usage information
 init | i       create project template

Development

git clone https://github.com/lijinke666/dawdler.git
npm install | yarn
npm link

Test Case

npm run test

Template Address

License

MIT