UNPKG

@ajhenry/stack

Version:

A CLI to bootstrap dev environments lightning fast ⚡

1 lines 1.88 kB
{"version":"0.2.0","commands":{"file":{"id":"file","description":"Bootstrap a project via a local .stack file and start the dev environment","pluginName":"@ajhenry/stack","pluginType":"core","aliases":[],"flags":{"help":{"name":"help","type":"boolean","char":"h","description":"show CLI help","allowNo":false},"overwrite":{"name":"overwrite","type":"boolean","char":"o","description":"Overwrite the specified directory","allowNo":false},"debug":{"name":"debug","type":"boolean","char":"d","description":"Enable debug mode","allowNo":false}},"args":[{"name":"file","description":"File path to read from"},{"name":"directory","description":"Directory to install to"}]},"repo":{"id":"repo","description":"Bootstrap a project via a local .stack file and start the dev environment","pluginName":"@ajhenry/stack","pluginType":"core","aliases":[],"flags":{"help":{"name":"help","type":"boolean","char":"h","description":"show CLI help","allowNo":false},"branch":{"name":"branch","type":"option","char":"b","description":"Branch to use when looking for stack file, default is repo's default"},"overwrite":{"name":"overwrite","type":"boolean","char":"o","description":"Overwrite the specified directory","allowNo":false},"path":{"name":"path","type":"option","char":"p","description":"Path to look for stack file in repo"},"debug":{"name":"debug","type":"boolean","char":"d","description":"Enable debug mode","allowNo":false},"common":{"name":"common","type":"option","char":"c","description":"Select a common utility to use to start the project"},"start":{"name":"start","type":"boolean","char":"s","description":"Flag for starting the dev environment","allowNo":false}},"args":[{"name":"project","description":"GitHub project (org/repo) to read the stack file from","required":true},{"name":"directory","description":"Directory to install to, default is the project's repo name"}]}}}