- csv to json
- random password generator
make run ARGS="csv --input ./assets/juventus.csv --output ./assets/juventus.json"
make run ARGS="csv --input ./assets/juventus.csv --format json --output ./assets/juventus.json"
make run ARGS="csv --input ./assets/juventus.csv --format yaml --output ./assets/juventus.yaml"
- fork repo
- git clone the forked repository
-
fork
-
Create a branch for each development
-
Submit PR
-
Code review
-
Merge PR
-
Delete branch (optional)
- using the same name as the module.rs in the module directory
- git add .
- git commit
- git push origin v[number]-[number]-[event]
- if org repo, maintainer will manually create the tag and release