Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/rishichawda/init-project

Command line interface for initialising projects
https://github.com/rishichawda/init-project

Last synced: about 2 months ago
JSON representation

Command line interface for initialising projects

Awesome Lists containing this project

README

        

## init-project

A small command line tool to quickly generate/initialize projects for client-side, server-side or other cli interfaces.

### Installation

```bash
# via NPM
npm install -g @rishichawda/init-project

# via Yarn
yarn global add @rishichawda/init-project
```

#### Currently included

- [React boilerplate](https://github.com/rishichawda/minimal-react-boilerplate.git)
- [Node boilerplate with Express middleware](https://github.com/rishichawda/server-boilerplate.git)
- [Node boilerplate with Koa middleware](https://github.com/rishichawda/node-koa-boilerplate.git)