@enigmagtm/cli

0.0.21 • Public • Published

Enigma

Enigma - Framework for node server applications with expressjs and knex

Documentation

How to get started with Enigma

Setup - Development

Prerequisites

Setting up an application

Install the Enigma CLI globally:

npm install -g @enigma/cli

Create new application:

ngm new PROJECT_NAME

After create the application, you should install one of the following database packages so your application can run, detailed instructions at the installation section Knexjs.org

Run the application:

cd PROJECT_NAME
npm run start

Create a module for resource controllers:

ngm g m DIRECTORY [MODULE]

Create a resource controller:

ngm g c DIRECTORY SCHEMA [TABLE]

Readme

Keywords

Package Sidebar

Install

npm i @enigmagtm/cli

Weekly Downloads

0

Version

0.0.21

License

MIT

Unpacked Size

77.5 kB

Total Files

102

Last publish

Collaborators

  • snakeful