https://github.com/naxmefy/lab
https://github.com/naxmefy/lab
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/naxmefy/lab
- Owner: naxmefy
- License: mit
- Created: 2020-06-10T22:26:24.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2020-06-18T02:41:23.000Z (almost 5 years ago)
- Last Synced: 2024-04-14T07:52:19.837Z (about 1 year ago)
- Language: Go
- Size: 23.4 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# lab
a simple to manage labs (simple monorepos)

[](https://codeclimate.com/github/naxmefy/lab/maintainability)
[](https://codeclimate.com/github/naxmefy/lab/test_coverage)
## base structure of a lab```base
lab_root
├───00001_hello_world
├───00002_hello_cargo
│ └───src
├───00003_unit_tests
│ └───src
└───...
```## commands
| command | description | state |
| :------ | :---------------------------------------------------------------------------------------------- | :------: |
| create | creates a new folder for the lab with an example for the given language | progress |
| add | add the next lab subfolder (incremeting - e.g. if `00015_...` exists it will create `00016...`) | progress |
| remove | removes the given folder index (will ask fo decrementing all following and confirmation) | progress |
| exec | executes the given command in all lab subfolder | progress |