https://github.com/ccoeurderoy/generator-semantic-release-module
A yeoman generator building NodeJS TypeScript module with semantic-release
https://github.com/ccoeurderoy/generator-semantic-release-module
commitizen nodejs semantic-release typescript yeoman-generator
Last synced: 5 months ago
JSON representation
A yeoman generator building NodeJS TypeScript module with semantic-release
- Host: GitHub
- URL: https://github.com/ccoeurderoy/generator-semantic-release-module
- Owner: ccoeurderoy
- Created: 2019-10-20T12:34:57.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-06T08:06:50.000Z (over 3 years ago)
- Last Synced: 2025-04-06T09:48:14.801Z (about 1 year ago)
- Topics: commitizen, nodejs, semantic-release, typescript, yeoman-generator
- Language: JavaScript
- Size: 1.2 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 31
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
[](https://github.com/semantic-release/semantic-release) [](http://commitizen.github.io/cz-cli/) [](https://github.com/ccoeurderoy/generator-semantic-release-module/actions)
# NodeJS TypeScript generator with [Semantic Release](https://github.com/semantic-release/semantic-release)
A [Yeoman](https://yeoman.io) generator to start a NodeJS module with Semantic Release installed.
## Installation
First, install [Yeoman](http://yeoman.io) and generator-connector using [npm](https://www.npmjs.com/).
```bash
npm install -g yo generator-semantic-release-module
```
Then generate your new connector:
```bash
mkdir your-module && cd your-module/
yo generator-semantic-release-module
```
## Getting To Know Yeoman
* Yeoman has a heart of gold.
* Yeoman is a person with feelings and opinions, but is very easy to work with.
* Yeoman can be too opinionated at times but is easily convinced not to be.
* Feel free to [learn more about Yeoman](http://yeoman.io/).