generator-github-action-for-marketplace
v1.0.1
Published
A yeoman-based template to generate Github Actions ready for the marketplace
Downloads
5
Maintainers
Readme
About
A yeoman-based template to generate Github Actions ready for the marketplace.
❤️ Awesome Features:
- Ship fast! 🔥
- Opinionated Javascript or simple Docker Github Action out-of-the-box 🍺
- Easy control releases with standard-release out-of-the-box 🎉
- Simple CI with github Actions out-of-the-box 📦
- Just few simple questions to generate the perfect Github Action 💪
- Easy to use and great test coverage ✅
Tutorial
soon
Usage
You need to install Yeoman
npm i -g generator-github-action-for-marketplace
yo github-action-for-marketplace
Built With
Development only:
- jest - Delightful JavaScript Testing
- standard - JavaScript style guide, linter, and formatter
- prettier-standard - Formats with Prettier and lints with ESLint+Standard! (✿◠‿◠)
- yeoman-assert - yeoman-assert is extending the native Node.js assert module.
- yeoman-test - Test utilities for Yeoman generators
Production only:
- chalk - Terminal string styling done right
- yeoman-generator - Rails-inspired generator system that provides scaffolding for your apps
- yosay - Tell Yeoman what to say
Contributing
Please read CONTRIBUTING.md for details on our code of conduct, and the process for submitting pull requests to us.
Versioning
We use SemVer for versioning. For the versions available, see the tags on this repository.
Authors
- Ulises Gascón - *Initial work- - @ulisesGascon
See also the list of contributors who participated in this project.
License
This project is licensed under the GNU AGPL3.0 License - see the LICENSE.md file for details
Acknowledgments
- This project is under development, but you can help us to improve it! We :heart: FOSS!
Based On
- hello-world-docker-action
- javascript-action with many adaptations to match my personal style