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

https://github.com/oliversalzburg/node-scripts-docs

Documentation for `package.json` scripts
https://github.com/oliversalzburg/node-scripts-docs

documentation nodejs npm yarn

Last synced: 8 months ago
JSON representation

Documentation for `package.json` scripts

Awesome Lists containing this project

README

          

# node-scripts-docs

[![npm version](https://img.shields.io/npm/v/node-scripts-docs)](https://www.npmjs.com/package/node-scripts-docs)

Refer to full documentation at https://oliversalzburg.github.io/node-scripts-docs/

> [!WARNING]
> This module is incompatible with Prettier beyond version 3.3.3, due to Prettier no longer aligning with the CommonMark specification. Markdown documents processed by Prettier are no longer valid Markdown documents, unless only a limited set of Markdown is used.

## Release Process

```
npm version patch --message "chore: Version bump %s"
```