UNPKG

2.15 kBJSONView Raw
1{"serve":{"commandPath":"src/Commands/Serve","commandName":"serve","description":"Start HTTP server for development","args":[],"flags":[{"name":"dev","propertyName":"dev","type":"boolean","description":"Watch for file changes"},{"name":"nodeArgs","propertyName":"nodeArgs","type":"array","description":"Pass arguments to the node command"}]},"build":{"commandPath":"src/Commands/Build","commandName":"build","description":"Build typescript project for production","args":[],"flags":[{"name":"yarn","propertyName":"yarn","type":"boolean","description":"Use yarn instead of npm for installing dependencies"}]},"new":{"commandPath":"src/Commands/New","commandName":"new","description":"Scaffold a new application","args":[{"type":"string","propertyName":"name","name":"name","required":true,"description":"The name/path of the project directory"}],"flags":[{"name":"yarn","propertyName":"yarn","type":"boolean","description":"Use yarn instead of npm for installing dependencies"}]},"dump:rcfile":{"commandPath":"src/Commands/DumpRcFile","commandName":"dump:rcfile","description":"Shows the contents of rcfile with conventional defaults","args":[],"flags":[]},"run:instructions":{"commandPath":"src/Commands/RunInstructions","commandName":"run:instructions","description":"Run instructions for a given adonisjs package.","args":[{"type":"string","propertyName":"projectName","name":"projectName","required":true,"description":"Name of the package. It must be installed as your project dependency"}],"flags":[]},"make:controller":{"commandPath":"src/Commands/Make/Controller","commandName":"make:controller","description":"Make a new HTTP controller","args":[{"type":"string","propertyName":"name","name":"name","required":true,"description":"Name of the controller"}],"flags":[{"name":"resource","propertyName":"resource","type":"boolean","description":"Create a resourceful controller"}]},"make:provider":{"commandPath":"src/Commands/Make/Provider","commandName":"make:provider","description":"Make a new provider class","args":[{"type":"string","propertyName":"name","name":"name","required":true,"description":"Name of the provider"}],"flags":[]}}
\No newline at end of file