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

https://github.com/flex-development/grease

πŸš€ Release workflow tool for Node.js and CLI environments
https://github.com/flex-development/grease

bump changelog cli commit commit-analyzer conventional-changelog conventional-commits conventionalcommits git github node nodejs release semver tag typescript version

Last synced: 3 months ago
JSON representation

πŸš€ Release workflow tool for Node.js and CLI environments

Awesome Lists containing this project

README

        

# :rocket: grease

[![github release](https://img.shields.io/github/v/release/flex-development/grease.svg?include_prereleases&sort=semver)](https://github.com/flex-development/grease/releases/latest)
[![npm](https://img.shields.io/npm/v/@flex-development/grease.svg)](https://npmjs.com/package/@flex-development/grease)
[![module type: esm](https://img.shields.io/badge/module%20type-esm-brightgreen)](https://github.com/voxpelli/badges-cjs-esm)
[![license](https://img.shields.io/github/license/flex-development/grease.svg)](LICENSE.md)
[![conventional commits](https://img.shields.io/badge/-conventional%20commits-fe5196?logo=conventional-commits&logoColor=ffffff)](https://conventionalcommits.org/)
[![typescript](https://img.shields.io/badge/-typescript-3178c6?logo=typescript&logoColor=ffffff)](https://typescriptlang.org/)
[![vitest](https://img.shields.io/badge/-vitest-6e9f18?style=flat&logo=vitest&logoColor=ffffff)](https://vitest.dev/)
[![yarn](https://img.shields.io/badge/-yarn-2c8ebb?style=flat&logo=yarn&logoColor=ffffff)](https://yarnpkg.com/)

Release workflow tool for Node.js and CLI environments

## Contents

- [What is this?](#what-is-this)
- [Install](#install)
- [Use](#use)
- [Types](#types)
- [Contribute](#contribute)

## What is this?

**TODO**: package overview

## Install

This package is [ESM only][1].

```sh
yarn add -D @flex-development/grease
```

From Git:

```sh
yarn add -D @flex-development/grease@flex-development/grease
```



See Git Protocol | Yarn
Β for details on requesting a specific branch, commit, or tag.

## Use

**TODO**: usage docs

## Types

This package is fully typed with [TypeScript][2].

## Contribute

See [`CONTRIBUTING.md`](CONTRIBUTING.md).

[1]: https://gist.github.com/sindresorhus/a39789f98801d908bbc7ff3ecc99d99c
[2]: https://www.typescriptlang.org