A simple NodeJS API / micro-service project generator.
> npm install @jeescu/nebula -g
See available command options.
> nebula --help
> nebula create my_project
Change dir to your project so you can execute the next available commands.
> nebula add:model facet
> nebula add:controller facet
> nebula add:migration create_facet_table
> nebula add:seeder table_facet_seeder
See Knex official documentation.
- Richard Malibiran (rmalibiran): core templates owner.