writeme

Crates.iowriteme
lib.rswriteme
version0.2.1
sourcesrc
created_at2023-05-21 13:46:46.46441
updated_at2023-07-31 18:57:17.714582
descriptionCross-platform README generator for your project
homepagehttps://github.com/writeme-project/writeme
repositoryhttps://github.com/writeme-project/writeme
max_upload_size
id869954
size281,224
Leonardo Straccali (BabelDev0)

documentation

README

✍️ writeme

Cross-platform Auto-generate README.md for dev projects

animated

writeme is a project designed to simplify the process of creating a comprehensive README.md file for software development projects. The primary purpose of writeme is to automatically extract relevant information from your project and generate for you a well-formatted README.md file that includes important details such as project name, description, repository name, usage and configuration steps, funding details, and collaborators.

writeme primarily extracts information from the project's configuration file. The specific type of configuration file depends on the project, but popular examples include Cargo.toml, package.json, composer.json, and others. To get the best from writeme, take a look at your configuration files

Table of Contents

⚙️ 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

cargo install writeme

Homebrew

brew tap writeme-project/writeme && brew install writeme

🎈 Usage

As simple as writing:

writeme 

or to select a different path

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

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

If you are interested in learning more read the wiki

📄 License

GNU General Public License

✍️ Authors

contrib.rocks image

auto-generated by writeme

Commit count: 247

cargo fmt