Skip to content

archiejs/generator-archiejs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Yo command line interface for archiejs

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published