colab-cli
v3.1.0
Published
A cli for automate tasks in Colab
Downloads
23
Readme
Colab CLI
This repo contains all boring tasks automated for development of Colab products
Prerequisites
- Node >= 18.0.0
Development
After clone this repo, run the npm link
on project root this wll bind your PATH
into a package.json
"bin" property.
npm link
Run anywhere with:
colab
Who can help you more about that:
- Augusto Coelho - [email protected]
- João Wicktor - [email protected]
How you can contribute:
- Clone the project
- Create a new branch for your modification (git checkout -b "feature or bugfix or hotfix"/"name of your feature")
- Commit in english (git commit -am 'Add some feature')
- Push (git push origin feature/nomeDaSuaFeature)
- Create a pull request and put the PR link in your task card