https://github.com/alchaplinsky/devion
  
  
    🧑💻One Command to Run All your Projects in Development 
    https://github.com/alchaplinsky/devion
  
command-line command-line-tool developer-productivity development development-environment environment-configuration projects
        Last synced: 2 months ago 
        JSON representation
    
🧑💻One Command to Run All your Projects in Development
- Host: GitHub
- URL: https://github.com/alchaplinsky/devion
- Owner: alchaplinsky
- License: mit
- Created: 2020-01-15T16:26:41.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-06T02:29:27.000Z (almost 3 years ago)
- Last Synced: 2025-07-05T08:41:29.742Z (4 months ago)
- Topics: command-line, command-line-tool, developer-productivity, development, development-environment, environment-configuration, projects
- Language: JavaScript
- Homepage:
- Size: 848 KB
- Stars: 9
- Watchers: 2
- Forks: 1
- Open Issues: 4
- 
            Metadata Files:
            - Readme: README.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
 
Awesome Lists containing this project
README
          # Devion
#### One command to run all your projects in development
[](https://circleci.com/gh/alchaplinsky/devion)


[](https://requires.io/github/alchaplinsky/devion/requirements/?branch=master)
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 devion
```
or
```
yarn global add devion 
```
## Usage
#### list configurations
```
$ devion --list
```
#### add 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 --help
```
## License
MIT © Alex Chaplinsky