https://github.com/mdbarr/athena
DevOps C3 Tool
https://github.com/mdbarr/athena
command communication control devops
Last synced: 11 days ago
JSON representation
DevOps C3 Tool
- Host: GitHub
- URL: https://github.com/mdbarr/athena
- Owner: mdbarr
- License: mit
- Created: 2018-10-17T16:40:45.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2022-12-10T16:47:20.000Z (over 3 years ago)
- Last Synced: 2025-11-29T09:44:48.621Z (7 months ago)
- Topics: command, communication, control, devops
- Language: JavaScript
- Homepage:
- Size: 4.06 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 26
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# athena
## Project setup
```
yarn install
```
### Compiles and hot-reloads for development
```
yarn run serve
```
### Compiles and minifies for production
```
yarn run build
```
### Lints and fixes files
```
yarn run lint
```