Emeralds
A module/package manager for C applications.
Installation
Run the install script
shards install
./install
Usage
em help
# Prints the list of commands and how to use
Sample usage
em init testapp
cd testapp
em list
em install all
em test
em build app release
em run
em clean
Contributing
- Fork it (https://github.com/Oblivious-Oblivious/Emeralds/fork)
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create a new Pull Request
Contributors
- oblivious - creator and maintainer