@jeescu/nebula

0.0.0 • Public • Published

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.

Readme

Keywords

none

Package Sidebar

Install

npm i @jeescu/nebula

Weekly Downloads

0

Version

0.0.0

License

ISC

Unpacked Size

254 kB

Total Files

35

Last publish

Collaborators

  • jeescu