0.0.21 • Published 4 years ago
@enigmagtm/cli v0.0.21
Enigma
Enigma - Framework for node server applications with expressjs and knex
Documentation
How to get started with Enigma
Setup - Development
Prerequisites
- Install Node.js which includes Node Package Manager
Setting up an application
Install the Enigma CLI globally:
npm install -g @enigma/cliCreate new application:
ngm new PROJECT_NAMEAfter 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 startCreate a module for resource controllers:
ngm g m DIRECTORY [MODULE]Create a resource controller:
ngm g c DIRECTORY SCHEMA [TABLE]0.0.20
4 years ago
0.0.21
4 years ago
0.0.17
4 years ago
0.0.18
4 years ago
0.0.19
4 years ago
0.0.15
4 years ago
0.0.16
4 years ago
0.0.10
4 years ago
0.0.12
4 years ago
0.0.13
4 years ago
0.0.14
4 years ago
0.0.1
4 years ago
0.0.2
4 years ago
0.0.9
4 years ago
0.0.8
4 years ago
0.0.7
4 years ago
0.0.0
4 years ago
1.2.2
4 years ago
1.2.1
4 years ago
1.2.0
4 years ago
1.1.1
4 years ago
1.1.0
4 years ago
1.0.5
4 years ago
1.0.4
4 years ago
1.0.3
4 years ago
1.0.2
4 years ago
1.0.1
4 years ago
1.0.0
4 years ago