Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/datlyfe/nodejin
A CLI for bootstraping node projects
https://github.com/datlyfe/nodejin
Last synced: about 2 months ago
JSON representation
A CLI for bootstraping node projects
- Host: GitHub
- URL: https://github.com/datlyfe/nodejin
- Owner: Datlyfe
- License: mit
- Created: 2019-10-24T18:45:54.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2022-12-10T07:04:03.000Z (about 2 years ago)
- Last Synced: 2024-11-29T08:44:29.150Z (about 2 months ago)
- Language: JavaScript
- Homepage:
- Size: 272 KB
- Stars: 0
- Watchers: 3
- Forks: 1
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# :rocket: Nodejin
## A CLI to bootstrap node projects for quick prototyping
![gitmoji-cli](nodejin.gif)
## Installation
```shell
npm install -g nodejin
```## Usage
```shell
nodejin [options]
```### Example
```shell
nodejin express --yes
```## Current templates
- Express
- Koamore templates and features currently in the works.
| options | alias | default | description |
| ------------- | ----- | ------- | ----------------------------------------------------------------- |
| --git | -g | true | Initilize git repository |
| --skipInstall | -si | false | Skip installing dependencies |
| --yes | -y | false | Skip prompts and use the default options and the default template |