Skip to content

Latest commit

 

History

History
59 lines (36 loc) · 945 Bytes

README.md

File metadata and controls

59 lines (36 loc) · 945 Bytes

archiejs-cli

Command line interface for archiejs.

Installing Archie-cli

npm install -g yo
npm install -g generator-archiejs

or,

git clone https://github.com/archiejs/generator-archiejs
npm link

Project level commands

Initialize a project

yo archiejs project-name
  • The command creates a new archie project.
  • It comes with an a User database and an implementation of passport local strategy for login (initialization in /config directory, apis in /config/routes directory and implementation in /controllers ).

Run project code

node app [service-name|default|

Run testcases

npm test

Interesting commands for future / To-do

Examine project

List all plugins and generate a visual dependency tree (by default lists all of them). This information is available by iterating package.json's.

*TODO*
yo archiejs:services

Add support for docker

TODO