silica_core
A simple helper and interface to generate code
Installation
-
Add the dependency to your
shard.yml
:dependencies: silica_core: github: unn4m3d/silica_core
-
Run
shards install
Usage
See spec
Development
TODO
- [ ]More specs
- [x] Docs (methods)
- [ ] Docs (API reference)
- [ ] Useful methods
- [ ] Support more languages
- [ ] Crystal
- [ ] ???
Contributing
- Fork it (https://github.com/unn4m3d/silica_core/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
- unn4m3d - creator and maintainer