0.1.0 • Published 6 years ago

jate-cli v0.1.0

Weekly downloads
-
License
MIT
Repository
-
Last release
6 years ago

jate-cli

Command line interface for JATE

Install

  1. Install npm
  2. Execute the command
npm install jate-cli -g

Commands

  1. jate install jate To install JATE directly in ./

  2. jate install juice To install JUICE directly in ./

  3. jate install example To install JATE example in ./

  4. jate install example -p projectName To install JATE example in ./projectName

  5. jate install react To install JATE + react example in ./

  6. jate install react -p projectName To install JATE + react example in ./projectName

  7. jate install advance To install JATE + advance example in ./

  8. jate install advance -p projectName To install JATE + advance example in ./projectName

  9. jate install modules To install modules in ./modules from JATE.json

{
  "name": "projectName",
  "tags": [
    "tag1",
    "tag2"
  ],
  "modules": [
    "ssh://user@server/opt/git/Project1.git",
    "ssh://user@server/opt/git/Project2.git"
  ]
}
0.1.0

6 years ago

0.0.9

6 years ago

0.0.8

6 years ago

0.0.7

6 years ago

0.0.6

6 years ago

0.0.5

6 years ago

0.0.4

6 years ago

0.0.3

6 years ago

0.0.2

6 years ago

0.0.1

6 years ago