0.1.8 • Published 6 years ago
devion v0.1.8
Devion
One command to run all your projects in development
Devion is a command line tool that allows you to run your projects via single command. You don't have to cd into your project directory and run all the commands required to spin up your project or open multiple Terminal windows to run multiple commands. Just add Project Configuration for devion and spend less time spinning up your project in development.
Install
Install as a npm package:
npm i -g devionor
yarn global add devion Usage
list configurations
$ devion --listadd new project configuration
devion [project_name]run project
devion [project_name]remove project configuration
devion --delete [project_name]display project configuration
devion --show [project_name]help
$ devion --helpLicense
MIT © Alex Chaplinsky