1.0.6 • Published 4 years ago

dimbo v1.0.6

Weekly downloads
-
License
ISC
Repository
-
Last release
4 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 dimbo

And then you should be able to run the CLI with

$ dimbo

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
  create:controller   Create New Controller
  create:migration    Create New Migration
  create:model        Create New Model
 db
  db:connect          Connect you database.
  db:migrate          Run Migration