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 as a npm package:
npm i -g devion
or
yarn global add devion
$ devion --list
devion [project_name]
devion [project_name]
devion --delete [project_name]
devion --show [project_name]
$ devion --help
MIT © Alex Chaplinsky