Reckonsys CLI toolchain
rscli
is an internal toolchain that we use here at Reckonsys to manage our workflows. If you are not an employee at Reckonsys, this tool may not make any sense to you.
- Scaffolds out project
- Adds
.gitginore
- Adds
.version.json
- Adds
guniconfig.py
(For python projects) - Adds
yarn build:<env>
(For node projects)
Add the following line in your .bashrc
or .bash_profile
source <(rscli --print-completion-script bash)
source <(rscli --print-completion-script zsh)
source <(rscli --print-completion-script fish)