An open API service indexing awesome lists of open source software.

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.

Awesome Lists containing this project

README

          

# Dawdler

[![npm](https://img.shields.io/npm/dm/dawdler.svg?style=flat-square)](https://www.npmjs.com/package/dawdler)
[![npm version](https://img.shields.io/npm/v/dawdler.svg?style=flat-square)](https://badge.fury.io/js/dawdler)
[![license](https://img.shields.io/github/license/mashape/apistatus.svg?style=flat-square)](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)