https://github.com/lijinke666/dawdler
:boy: A template generator for react and nodejs projects.
https://github.com/lijinke666/dawdler
cli dawdler express generator nodejs react template
Last synced: 4 months ago
JSON representation
:boy: A template generator for react and nodejs projects.
- Host: GitHub
- URL: https://github.com/lijinke666/dawdler
- Owner: lijinke666
- License: mit
- Created: 2018-03-01T08:44:59.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2021-08-11T04:19:38.000Z (almost 5 years ago)
- Last Synced: 2025-09-25T11:41:29.735Z (9 months ago)
- Topics: cli, dawdler, express, generator, nodejs, react, template
- Language: JavaScript
- Homepage: https://www.npmjs.com/package/dawdler
- Size: 220 KB
- Stars: 9
- Watchers: 0
- Forks: 1
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Dawdler
[](https://www.npmjs.com/package/dawdler)
[](https://badge.fury.io/js/dawdler)
[](https://www.npmjs.com/package/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]
```
## 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
```bash
-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-template](https://github.com/lijinke666/react-project-template)
* `Node`: [https://github.com/lijinke666/node-project-template](https://github.com/lijinke666/node-project-template)
* `Npm-React`: [https://github.com/lijinke666/react-component-project-template](https://github.com/lijinke666/react-component-project-template)
* `Npm-Node` : [https://github.com/lijinke666/npm-module-template](https://github.com/lijinke666/npm-module-template)
## License
[MIT](https://github.com/lijinke666/dawdler/blob/master/LICENCE)