gen-readme

Crates.iogen-readme
lib.rsgen-readme
version1.0.1
sourcesrc
created_at2023-07-21 20:06:29.725944
updated_at2023-08-30 17:29:12.06063
descriptionJust a simple readme generator that uses a static templates.
homepagehttps://crates.io/crates/gen-readme
repositoryhttps://github.com/datsfilipe/gen-readme
max_upload_size
id922626
size42,904
Filipe Lima (datsfilipe)

documentation

README

gen-readme

A readme generator. Well, trully? it just copies the template to your directory.

GitHub stars Repository Size Language Count Last Commit Version



Meme


Usage

Install the package globally:

  • With cargo:
cargo install gen-readme
  • With AUR helper (yay):
yay -S gen-readme-bin
  • With AUR helper (paru):
paru -S gen-readme-bin

How to Run the Project

  1. Clone this repository: git clone git@github.com:datsfilipe/gen-readme.git.
  2. Enter in the project directory: cd gen-readme.
  3. Run the project: cargo run.

How to Contribute

Follow these steps to contribute to the project:

  1. Fork the repository.
  2. Create a new branch: git checkout -b feature-branch-name.
  3. Make your changes and commit them: git commit -m 'Add some feature'.
  4. Push to the branch: git push origin feature-branch-name.
  5. Open a pull request.

Please ensure that your code adheres to the project's coding standards.

Contributors

Filipe's Photo
Filipe Lima

License

This project is licensed under the License.

Commit count: 35

cargo fmt