@hackmd/spm 0.1.0 → 0.1.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +4 -0
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # SPM — Simpler Process Manager
2
2
 
3
+ [![npm version](https://img.shields.io/npm/v/@hackmd/spm.svg)](https://www.npmjs.com/package/@hackmd/spm)
4
+ [![npm downloads](https://img.shields.io/npm/dm/@hackmd/spm.svg)](https://www.npmjs.com/package/@hackmd/spm)
5
+ [![npm license](https://img.shields.io/npm/l/@hackmd/spm.svg)](https://www.npmjs.com/package/@hackmd/spm)
6
+
3
7
  A minimal process manager implementing a lean subset of [pm2](https://pm2.keymetrics.io/) features, with some extensions, designed for better development script setup. Lightweight, zero daemon, and ecosystem config compatible.
4
8
 
5
9
  ## Features
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hackmd/spm",
3
- "version": "0.1.0",
3
+ "version": "0.1.2",
4
4
  "description": "Simpler Process Manager - minimal pm2-like features for better development script setup",
5
5
  "module": "index.ts",
6
6
  "type": "module",