8 releases
0.2.1 | Jul 31, 2023 |
---|---|
0.2.0 | Jul 12, 2023 |
0.1.5 | May 21, 2023 |
#1855 in Development tools
81 downloads per month
105KB
2.5K
SLoC
✍️ writeme
Cross-platform Auto-generate README.md for dev projects
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
auto-generated by writeme
Dependencies
~24–39MB
~681K SLoC