initial commit
This commit is contained in:
20
README.md
Normal file
20
README.md
Normal file
@@ -0,0 +1,20 @@
|
||||
# Pallet
|
||||
|
||||
Pallet is a project manager and build system for C inspired by Cargo for Rust.
|
||||
|
||||
This is a toy project not meant to be taken very seriously.
|
||||
|
||||
## Usage
|
||||
|
||||
- `pallet new <project>`: initializes a new project at `project`
|
||||
- `pallet init`: initializes a new project in the current directory
|
||||
- `pallet run`: runs the local project
|
||||
- `pallet build`: builds the local project
|
||||
|
||||
## Configuring
|
||||
|
||||
You can configure options by editing `Pallet.toml`
|
||||
|
||||
### Options
|
||||
|
||||
TBD
|
||||
Reference in New Issue
Block a user