Skip to content

rust-noah/rcli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

f0e42a7 · Jun 25, 2024

History

45 Commits
Jun 4, 2024
Jun 10, 2024
Jun 21, 2024
Jun 20, 2024
Jun 25, 2024
Jun 25, 2024
Jun 4, 2024
Jun 11, 2024
Jun 25, 2024
Jun 25, 2024
Jun 13, 2024
Jun 25, 2024
Jun 12, 2024
Jun 4, 2024
Jun 11, 2024
Jun 4, 2024
Jun 23, 2024

Repository files navigation

rcli

Functions

  • csv to json
  • random password generator

How to run

  • 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"

Setup

  • fork repo
  • git clone the forked repository

Develop workflow

  • fork

  • Create a branch for each development

  • Submit PR

  • Code review

  • Merge PR

  • Delete branch (optional)

module organization method (Rust 2018)

  • using the same name as the module.rs in the module directory

git workflow

  • git add .
  • git commit
  • git push origin v[number]-[number]-[event]
  • if org repo, maintainer will manually create the tag and release

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published