Skip to content

jeescu/nebula

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

Releases

No releases published

Packages

No packages published