@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.

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 0.0.0
    1
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 0.0.0
    1

Package Sidebar

Install

npm i @jeescu/nebula

Weekly Downloads

1

Version

0.0.0

License

ISC

Unpacked Size

254 kB

Total Files

35

Last publish

Collaborators

  • jeescu