Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/ulisesgascon/generator-github-action-for-marketplace

A yeoman-based template to generate Github Actions ready for the marketplace
https://github.com/ulisesgascon/generator-github-action-for-marketplace

github-actions yeoman yeoman-generator

Last synced: 6 days ago
JSON representation

A yeoman-based template to generate Github Actions ready for the marketplace

Awesome Lists containing this project

README

        



generator-github-action-for-marketplace


A yeoman-based template to generate Github Actions ready for the marketplace


npm version
license
downloads
Known Vulnerabilities

# About

A yeoman-based template to generate Github Actions ready for the marketplace.

โค๏ธ Awesome Features:

- Ship fast! ๐Ÿ”ฅ
- [Opinionated Javascript](https://github.com/actions/javascript-action) or [simple Docker Github Action](https://github.com/actions/hello-world-docker-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](https://www.npmjs.com/package/yo)

```bash
npm i -g generator-github-action-for-marketplace
yo github-action-for-marketplace
```

## Built With

Development only:

- [jest](https://www.npmjs.com/package/jest) - Delightful JavaScript Testing
- [standard](https://www.npmjs.com/package/standard) - JavaScript style guide, linter, and formatter
- [prettier-standard](https://www.npmjs.com/package/prettier-standard) - Formats with Prettier and lints with ESLint+Standard! (โœฟโ— โ€ฟโ— )
- [yeoman-assert](https://www.npmjs.com/package/yeoman-assert) - yeoman-assert is extending the native Node.js assert module.
- [yeoman-test](https://www.npmjs.com/package/yeoman-test) - Test utilities for Yeoman generators

Production only:

- [chalk](https://www.npmjs.com/package/chalk) - Terminal string styling done right
- [yeoman-generator](https://www.npmjs.com/package/yeoman-generator) - Rails-inspired generator system that provides scaffolding for your apps
- [yosay](https://www.npmjs.com/package/yosay) - Tell Yeoman what to say

## Contributing

Please read [CONTRIBUTING.md](https://github.com/UlisesGascon/.github/blob/main/contributing.md) for details on our code of conduct, and the process for submitting pull requests to us.

## Versioning

We use [SemVer](http://semver.org/) for versioning. For the versions available, see the [tags on this repository](https://github.com/ulisesGascon/generator-github-action-for-marketplace/tags).

## Authors

- **Ulises Gascรณn** - \*Initial work- - [@ulisesGascon](https://github.com/ulisesGascon)

See also the list of [contributors](https://github.com/ulisesGascon/generator-github-action-for-marketplace/contributors) who participated in this project.

## License

This project is licensed under the GNU AGPL3.0 License - see the [LICENSE.md](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](https://github.com/actions/hello-world-docker-action)
- [javascript-action](https://github.com/actions/javascript-action) with many adaptations to match my personal style