14 lines
361 B
Markdown
14 lines
361 B
Markdown
|
# Dev
|
||
|
Dev is a (currently) hypothetical tool meant to be used to ease development and compilation on ableOS.
|
||
|
|
||
|
## Usage
|
||
|
A `meta.toml` file must be in the project root. A `src` folder and a `lib` folder must exist.
|
||
|
Binaries should be put into a folder named `bin`.
|
||
|
|
||
|
```
|
||
|
bin/
|
||
|
lib/
|
||
|
src/
|
||
|
```
|
||
|
|
||
|
The folders `lib/` and `bin/` should both be left out of source tracking.
|