1.0.3 • Published 5 years ago

@abhishekgautam76/node-star v1.0.3

Weekly downloads
-
License
ISC
Repository
-
Last release
5 years ago

The Nodestar quick and easy project setup and CRUD Builder.

Table of Contents

Installation

Make sure you have empty Nodejs project setup by bash $npm init -y

$ npm install -g @abhishekgautam76/node-star

And then you should be able to run the CLI with

$ ns

Usage

Nodestar CLI

Usage:
  command [arguments] [options]

Global Options:
  --env          Set NODE_ENV before running the commands
  --no-ansi      Disable colored output

Available Commands:
  crud           Create CRUD API
  init           Setup Project Structure
 create
  create:auth    Create Authentication API
 db
  db:connect     Create your database and connect
  db:migrate     Run Migration
  db:migration   Create Migration
  db:model       Create Model