0.0.0 • Published 6 years ago

@jeescu/nebula v0.0.0

Weekly downloads
-
License
ISC
Repository
github
Last release
6 years ago

logo

A simple NodeJS API / micro-service project generator.

Installation

> npm install @jeescu/nebula -g

Getting Started

See available command options.

> nebula --help

Create project

> nebula create my_project

Change dir to your project so you can execute the next available commands.

Creating predefined controller, model, migration and seeder files

> nebula add:model facet
> nebula add:controller facet
> nebula add:migration create_facet_table
> nebula add:seeder table_facet_seeder

Executing migrations and seeders

See Knex official documentation.

Contributors:

  • Richard Malibiran (rmalibiran): core templates owner.