dawdler
v0.4.0
Published
A template generator for react and nodejs projects.
Downloads
6
Maintainers
Readme
Dawdler
: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
React
: https://github.com/lijinke666/react-project-templateNode
: https://github.com/lijinke666/node-project-templateNpm-React
: https://github.com/lijinke666/react-component-project-templateNpm-Node
: https://github.com/lijinke666/npm-module-template