Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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
- Koa

more 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 |