📰 writeme

Cross-platform README generator for your project

Table of Contents

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.

⚙️ Configuration

If you choose to install the application using cargo, make sure you have the rust toolchain installed on your machine. You can find the installation instructions here.

⬇️ Installation

Cargo

bash cargo install writeme

Homebrew

bash brew install writeme

🎈 Usage

As simple as:

bash writeme --path 'path/to/your/project'

Use writeme --help to see all the available options.

📄 License

MIT OR Apache-2.0

🔭 Contributing

🎉 Thank you for being interested in contributing to project! 🎉

Feel welcome and read the following sections in order to know how to ask questions and how to work on something.

Please make sure you are welcoming and friendly in all of our spaces. 👍

🐛 Issues

The best way to contribute to our projects is by opening a new issue or tackling one of the issues that are already open.

🤝 Pull Requests

Pull requests are great if you want to add a feature or fix a bug. Here's a quick guide: 1. Fork the repo. documentation changes require no new tests. 1. Make sure to check out the Style Guide and ensure that your code complies with the rules. 2. Commit your changes. 3. Push to your fork and submit a pull request. Please provide us with some explanation of why you made the changes you made.

🎨 Style Guide

Commits rules

For commits it is recommended to use Conventional Commits.

Type

The type must be one of the following:

Scope

The scope should be the name of the piece of the project affected.

Subject

The subject contains a succinct description of the change:

✍️ Authors

🎉 Acknowledgements