jeescu / nebula

:milky_way: Experimental Node.js micro-framework for building micro-services and APIs.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

:milky_way: Experimental Node.js micro-framework for building micro-services and APIs.


Languages

Language:JavaScript 60.3%Language:HTML 39.7%