monitor-nodejs
Version:
Code Execution Monitoring for Node.js
49 lines (30 loc) • 1.07 kB
Markdown
# Monitor Node.js
<a href="https://github.com/dailydesk/monitor-nodejs/actions"><img src="https://github.com/dailydesk/monitor-nodejs/workflows/test/badge.svg" alt="CI Status"></a>
<a href="https://www.npmjs.com/package/monitor-nodejs"><img src="https://img.shields.io/npm/dm/monitor-nodejs" alt="Monthly Downloads"></a>
<a href="https://www.npmjs.com/package/monitor-nodejs"><img src="https://img.shields.io/npm/v/monitor-nodejs" alt="Latest Stable Version"></a>
<a href="https://www.npmjs.com/package/monitor-nodejs"><img src="https://img.shields.io/npm/l/monitor-nodejs" alt="The MIT License"></a>
## Introduction
Code Execution Monitoring for Node.js
## Requirements
- Node `20+`
## Development
Install NPM packages.
```bash
npm install
```
Fix code style using `ESLint`.
```bash
npm run fix-code-style
```
Run tests using `Mocha`.
```bash
npm run test
```
## Build and publish
Publish to `npm.js`.
```bash
npm set "//registry.npmjs.org/:_authToken=npm_api_token"
npm publish
```
## License
Greet NPM is licensed under the [MIT license](LICENSE.md).