hero-generator-bin
v0.1.1
Published
Command-line PNG banner generator matching the hero-generator web app.
Readme
Command-line PNG banner generator for creating README hero images.
Local Development
npm installRun directly from the repo:
node ./bin/hero-generator.js --name "My Project" --tags "cli, png, node"The command prints the written PNG path on success.
Package And Install
Create a tarball:
npm packInstall the packed CLI globally:
npm install -g ./hero-generator-bin-0.1.0.tgzThen run it as:
hero-generator --name "My Project" --tags "cli, png, node"Options
--name <text>--subtitle <text>--description <text>--tags <csv>--accent <preset-or-hex>--bg <style>--mode <dark|light>--seed <value>--out <path>
Use --help to see the supported accent presets and background styles.
Contributing
Contributions are welcome! Please feel free to submit a Pull Request.
- Fork the repository
- Create your feature branch (
git checkout -b feature/cool-feature) - Commit your changes (
git commit -m 'Add some cool feature') - Push to the branch (
git push origin feature/cool-feature) - Open a Pull Request
Support
If this crate saves you time or helps your work, support is appreciated:
License
This project is licensed under the MIT License; see the license for details.
