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

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

Awesome Lists containing this project

README

          

[![semantic-release](https://img.shields.io/badge/%20%20%F0%9F%93%A6%F0%9F%9A%80-semantic--release-e10079.svg)](https://github.com/semantic-release/semantic-release) [![Commitizen friendly](https://img.shields.io/badge/commitizen-friendly-brightgreen.svg)](http://commitizen.github.io/cz-cli/) [![Actions Status](https://github.com/ccoeurderoy/generator-semantic-release-module/workflows/Node%20CI%20for%20semantic-module-generator/badge.svg)](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/).