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
- Host: GitHub
- URL: https://github.com/oliversalzburg/node-scripts-docs
- Owner: oliversalzburg
- License: mit
- Created: 2022-01-22T19:18:26.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2025-02-07T03:24:03.000Z (over 1 year ago)
- Last Synced: 2025-02-07T03:27:48.073Z (over 1 year ago)
- Topics: documentation, nodejs, npm, yarn
- Language: TypeScript
- Homepage: https://oliversalzburg.github.io/node-scripts-docs/
- Size: 49.6 MB
- Stars: 3
- Watchers: 4
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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"
```