Craft
Code Snippets Manager
Usage
Download the latest craft binary. Make it executable from everywhere.
$ export CRAFT_LATEST_VERSION=$(curl --silent "https://api.github.com/repos/spacewalkio/Craft/releases/latest" | jq '.tag_name' | sed -E 's/.*"([^"]+)".*/\1/' | tr -d v)
# For Linux
$ curl -sL https://github.com/spacewalkio/Craft/releases/download/v{$CRAFT_LATEST_VERSION}/craft_{$CRAFT_LATEST_VERSION}_Linux_x86_64.tar.gz | tar xz
# For Mac
$ curl -sL https://github.com/spacewalkio/Craft/releases/download/v{$CRAFT_LATEST_VERSION}/craft_{$CRAFT_LATEST_VERSION}_Darwin_x86_64.tar.gz | tar xz
Or install with homebrew
$ brew tap spacewalkio/tools
$ brew install spacewalkio/tools/craft
Configure the craft using the following command
$ craft config
Versioning
For transparency into our release cycle and in striving to maintain backward compatibility, Craft is maintained under the Semantic Versioning guidelines and release process is predictable and business-friendly.
See the Releases section of our GitHub project for changelogs for each release version of Craft. It contains summaries of the most noteworthy changes made in each release. Also see the Milestones section for the future roadmap.
Bug tracker
If you have any suggestions, bug reports, or annoyances please report them to our issue tracker at https://github.com/spacewalkio/craft/issues
Security Issues
If you discover a security vulnerability within Craft, please send an email to hello@clivern.com
Contributing
We are an open source, community-driven project so please feel free to join us. see the contributing guidelines for more details.
License
© 2022, Clivern. Released under MIT License.
Craft is authored and maintained by @clivern.