Cithak was a simple utility CLI to manage templates and was published under MIT license. It was written in Javascript (node.js).
If you found a bug on our CLI, we really appreciate if you want to give your time to report it on Cithak Github issues, please use the issue template and take a look around and see if someone already opened an issue about it. And if you sure this is na unreported bug you can submit a bug report.
If you have any feature idea that you would like to implement in Cithak, we will really happy if you want to give your time to create a feature request.
- Install npm and node.js with version higher than 10.
- Clone this repository.
- Run
npm install
in the root of the repository. - Run
npm run dev
to watch changes and build them using rollup. - To use cithak, run
npm link
. - now you can use
cth
orcithak
to use cithak
- Fork cithak repository
- Create a new branch with name of your changes
- Clone your forked repo and do some changes on your branch
- Test your changes, and after it's good
- please send us your pull request
By contributing to Cithak, you agree that your contributions will be licensed under its MIT license.