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
- Host: GitHub
- URL: https://github.com/rishichawda/init-project
- Owner: rishichawda
- License: mit
- Created: 2020-05-01T14:22:31.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2021-05-11T12:40:01.000Z (about 5 years ago)
- Last Synced: 2025-03-18T05:52:07.938Z (about 1 year ago)
- Language: TypeScript
- Homepage: https://www.npmjs.com/package/@rishichawda/init-project
- Size: 33.2 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)