Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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 (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-05-11T12:40:01.000Z (over 3 years ago)
- Last Synced: 2024-11-19T01:27:18.907Z (about 2 months ago)
- Language: TypeScript
- Homepage: https://www.npmjs.com/package/@rishichawda/init-project
- Size: 33.2 KB
- Stars: 1
- Watchers: 1
- 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)