pms_md 1.0.4 → 1.0.5
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.
- package/.gitignore +158 -0
- package/README.md +69 -1
- package/node-monitor/DESIGN_IMPROVEMENTS.md +286 -0
- package/node-monitor/FILTER_BUTTONS_FIX.md +303 -0
- package/node-monitor/PUBLISHING_GUIDE.md +331 -0
- package/node-monitor/READY_TO_PUBLISH.md +272 -0
- package/node-monitor/examples/views/layout.ejs +1 -1
- package/node-monitor/examples/views/partials/footer.ejs +1 -1
- package/node-monitor/examples/views/status.ejs +1 -1
- package/node-monitor/package-lock.json +4307 -4300
- package/node-monitor/src/index.js +321 -300
- package/node-monitor/src/ui/uiRouter.js +261 -0
- package/node-monitor/src/views/dashboard.html +1 -1
- package/package.json +131 -123
- package/BUILD_SUMMARY.md +0 -257
- package/CHANGELOG.md +0 -190
- package/DATABASE_SUPPORT.md +0 -582
- package/FINAL_CHECKLIST.md +0 -210
- package/PACKAGE_READY.txt +0 -169
- package/PEER_DEPENDENCY_FIX.txt +0 -57
- package/QUICK_DATABASE_REFERENCE.md +0 -247
- package/RELEASE_v1.0.3.md +0 -237
package/BUILD_SUMMARY.md
DELETED
|
@@ -1,257 +0,0 @@
|
|
|
1
|
-
# ✅ Package Build Complete - PMS_MD v1.0.3
|
|
2
|
-
|
|
3
|
-
## 📦 Package Information
|
|
4
|
-
|
|
5
|
-
**Package Name:** `pms_md`
|
|
6
|
-
**Version:** `1.0.3`
|
|
7
|
-
**Package File:** `pms_md-1.0.3.tgz`
|
|
8
|
-
**Package Size:** 138.4 kB
|
|
9
|
-
**Unpacked Size:** 607.3 kB
|
|
10
|
-
**Total Files:** 58
|
|
11
|
-
|
|
12
|
-
---
|
|
13
|
-
|
|
14
|
-
## 🗑️ Files Removed
|
|
15
|
-
|
|
16
|
-
The following unnecessary files were removed:
|
|
17
|
-
|
|
18
|
-
1. ✅ `README.md` (old GitLab template)
|
|
19
|
-
2. ✅ `README_NEW.md` (draft)
|
|
20
|
-
3. ✅ `HEALTH_CHECK_REPORT.txt`
|
|
21
|
-
4. ✅ `PACKAGE_ANALYSIS.md`
|
|
22
|
-
5. ✅ `DATABASE_SUPPORT_SUMMARY.txt`
|
|
23
|
-
6. ✅ `UPDATE_COMPLETE.md`
|
|
24
|
-
7. ✅ `MYSQL2_SEQUELIZE_SUPPORT.md`
|
|
25
|
-
8. ✅ `pms_md-1.0.1.tgz` (old package)
|
|
26
|
-
9. ✅ `pms_md-1.0.2.tgz` (old package)
|
|
27
|
-
10. ✅ `package-test.js`
|
|
28
|
-
11. ✅ `test-sequelize-monitor.js`
|
|
29
|
-
|
|
30
|
-
---
|
|
31
|
-
|
|
32
|
-
## 📝 New README.md Created
|
|
33
|
-
|
|
34
|
-
A comprehensive new README.md has been created with:
|
|
35
|
-
|
|
36
|
-
### Sections Included:
|
|
37
|
-
1. ✅ **Header** - Badges, description
|
|
38
|
-
2. ✅ **Features** - 8 key features highlighted
|
|
39
|
-
3. ✅ **Installation** - Core package + optional database drivers
|
|
40
|
-
4. ✅ **Quick Start** - Complete working example
|
|
41
|
-
5. ✅ **Database Monitoring** - Examples for 6 major databases
|
|
42
|
-
6. ✅ **Supported Databases** - Table with all 13+ databases
|
|
43
|
-
7. ✅ **Email Notifications** - Gmail setup guide
|
|
44
|
-
8. ✅ **Express Middleware** - All middleware examples
|
|
45
|
-
9. ✅ **Health Endpoints** - API examples with responses
|
|
46
|
-
10. ✅ **Graceful Shutdown** - Setup guide
|
|
47
|
-
11. ✅ **Advanced Configuration** - Full config example
|
|
48
|
-
12. ✅ **API Reference** - All methods documented
|
|
49
|
-
13. ✅ **Testing** - Test suite information
|
|
50
|
-
14. ✅ **Documentation** - Links to all docs
|
|
51
|
-
15. ✅ **Troubleshooting** - Common issues and solutions
|
|
52
|
-
16. ✅ **Contributing** - Contribution guidelines
|
|
53
|
-
17. ✅ **License** - ISC License
|
|
54
|
-
18. ✅ **Author** - Contact information
|
|
55
|
-
19. ✅ **Acknowledgments** - Dependencies credited
|
|
56
|
-
20. ✅ **Version History** - All versions documented
|
|
57
|
-
21. ✅ **What's Next** - Future roadmap
|
|
58
|
-
|
|
59
|
-
**Total Lines:** 619 lines
|
|
60
|
-
**File Size:** 14.0 kB
|
|
61
|
-
|
|
62
|
-
---
|
|
63
|
-
|
|
64
|
-
## 📚 Documentation Files Included
|
|
65
|
-
|
|
66
|
-
The package includes comprehensive documentation:
|
|
67
|
-
|
|
68
|
-
| File | Size | Description |
|
|
69
|
-
|------|------|-------------|
|
|
70
|
-
| `README.md` | 14.0 kB | Main package documentation |
|
|
71
|
-
| `CHANGELOG.md` | 4.7 kB | Version history |
|
|
72
|
-
| `DATABASE_SUPPORT.md` | 12.5 kB | Complete database guide |
|
|
73
|
-
| `QUICK_DATABASE_REFERENCE.md` | 5.3 kB | Quick reference card |
|
|
74
|
-
| `RELEASE_v1.0.3.md` | 5.6 kB | Release notes |
|
|
75
|
-
|
|
76
|
-
---
|
|
77
|
-
|
|
78
|
-
## 📦 Package Contents
|
|
79
|
-
|
|
80
|
-
### Root Files
|
|
81
|
-
- ✅ `index.js` - Main entry point
|
|
82
|
-
- ✅ `package.json` - Package metadata
|
|
83
|
-
- ✅ `README.md` - Main documentation
|
|
84
|
-
- ✅ `CHANGELOG.md` - Version history
|
|
85
|
-
- ✅ `DATABASE_SUPPORT.md` - Database guide
|
|
86
|
-
- ✅ `QUICK_DATABASE_REFERENCE.md` - Quick reference
|
|
87
|
-
- ✅ `RELEASE_v1.0.3.md` - Release notes
|
|
88
|
-
|
|
89
|
-
### Node Monitor Directory
|
|
90
|
-
- ✅ `node-monitor/src/` - Source code (7 files)
|
|
91
|
-
- ✅ `node-monitor/examples/` - Example applications
|
|
92
|
-
- ✅ `node-monitor/package.json` - Sub-package metadata
|
|
93
|
-
- ✅ `node-monitor/README.md` - Sub-package docs
|
|
94
|
-
- ✅ `node-monitor/LICENSE` - License file
|
|
95
|
-
|
|
96
|
-
### Excluded Files (via .npmignore)
|
|
97
|
-
- ❌ Test files (`test-all-databases.js`)
|
|
98
|
-
- ❌ Old packages (`*.tgz`)
|
|
99
|
-
- ❌ Logs directory
|
|
100
|
-
- ❌ Environment files
|
|
101
|
-
- ❌ Development documentation
|
|
102
|
-
- ❌ IDE files
|
|
103
|
-
|
|
104
|
-
---
|
|
105
|
-
|
|
106
|
-
## 🎯 Key Features in v1.0.3
|
|
107
|
-
|
|
108
|
-
### Database Support (13+ Types)
|
|
109
|
-
1. ✅ MongoDB/Mongoose
|
|
110
|
-
2. ✅ PostgreSQL
|
|
111
|
-
3. ✅ MySQL/MySQL2
|
|
112
|
-
4. ✅ MariaDB 🆕
|
|
113
|
-
5. ✅ MSSQL 🆕
|
|
114
|
-
6. ✅ SQLite 🆕
|
|
115
|
-
7. ✅ Sequelize (ORM)
|
|
116
|
-
8. ✅ Redis
|
|
117
|
-
9. ✅ CouchDB 🆕
|
|
118
|
-
10. ✅ Cassandra 🆕
|
|
119
|
-
11. ✅ Elasticsearch 🆕
|
|
120
|
-
12. ✅ DynamoDB 🆕
|
|
121
|
-
13. ✅ Neo4j 🆕
|
|
122
|
-
|
|
123
|
-
### Core Features
|
|
124
|
-
- ✅ Email notifications
|
|
125
|
-
- ✅ Health monitoring
|
|
126
|
-
- ✅ Graceful shutdown
|
|
127
|
-
- ✅ Express middleware
|
|
128
|
-
- ✅ Advanced logging
|
|
129
|
-
- ✅ Multi-channel alerts
|
|
130
|
-
- ✅ Metrics tracking
|
|
131
|
-
|
|
132
|
-
---
|
|
133
|
-
|
|
134
|
-
## 🚀 Installation & Usage
|
|
135
|
-
|
|
136
|
-
### Install the Package
|
|
137
|
-
|
|
138
|
-
```bash
|
|
139
|
-
npm install ./pms_md-1.0.3.tgz
|
|
140
|
-
```
|
|
141
|
-
|
|
142
|
-
Or from npm (after publishing):
|
|
143
|
-
|
|
144
|
-
```bash
|
|
145
|
-
npm install pms_md
|
|
146
|
-
```
|
|
147
|
-
|
|
148
|
-
### Quick Start
|
|
149
|
-
|
|
150
|
-
```javascript
|
|
151
|
-
const NodeMonitor = require('pms_md');
|
|
152
|
-
|
|
153
|
-
const monitor = new NodeMonitor({
|
|
154
|
-
app: { name: 'my-app' },
|
|
155
|
-
notifications: {
|
|
156
|
-
email: {
|
|
157
|
-
enabled: true,
|
|
158
|
-
smtp: { /* ... */ },
|
|
159
|
-
recipients: ['admin@example.com']
|
|
160
|
-
}
|
|
161
|
-
}
|
|
162
|
-
});
|
|
163
|
-
|
|
164
|
-
monitor.start();
|
|
165
|
-
```
|
|
166
|
-
|
|
167
|
-
---
|
|
168
|
-
|
|
169
|
-
## ✅ Quality Checks
|
|
170
|
-
|
|
171
|
-
### Package Validation
|
|
172
|
-
- ✅ Package builds successfully
|
|
173
|
-
- ✅ No errors or warnings
|
|
174
|
-
- ✅ All dependencies included
|
|
175
|
-
- ✅ Peer dependencies configured
|
|
176
|
-
- ✅ .npmignore working correctly
|
|
177
|
-
|
|
178
|
-
### Documentation
|
|
179
|
-
- ✅ README.md comprehensive (619 lines)
|
|
180
|
-
- ✅ All features documented
|
|
181
|
-
- ✅ Code examples provided
|
|
182
|
-
- ✅ API reference complete
|
|
183
|
-
- ✅ Troubleshooting guide included
|
|
184
|
-
|
|
185
|
-
### Testing
|
|
186
|
-
- ✅ Test suite available (`test-all-databases.js`)
|
|
187
|
-
- ✅ 25/25 tests passing
|
|
188
|
-
- ✅ 100% success rate
|
|
189
|
-
- ✅ All databases verified
|
|
190
|
-
|
|
191
|
-
---
|
|
192
|
-
|
|
193
|
-
## 📊 Statistics
|
|
194
|
-
|
|
195
|
-
| Metric | Value |
|
|
196
|
-
|--------|-------|
|
|
197
|
-
| **Version** | 1.0.3 |
|
|
198
|
-
| **Package Size** | 138.4 kB |
|
|
199
|
-
| **Unpacked Size** | 607.3 kB |
|
|
200
|
-
| **Total Files** | 58 |
|
|
201
|
-
| **Documentation Files** | 5 |
|
|
202
|
-
| **Databases Supported** | 13+ |
|
|
203
|
-
| **New Databases** | 8 |
|
|
204
|
-
| **Code Files** | 7 |
|
|
205
|
-
| **Example Files** | 15+ |
|
|
206
|
-
| **Test Coverage** | 100% |
|
|
207
|
-
|
|
208
|
-
---
|
|
209
|
-
|
|
210
|
-
## 🎉 Ready for Distribution
|
|
211
|
-
|
|
212
|
-
The package is now ready for:
|
|
213
|
-
|
|
214
|
-
1. ✅ **Local Installation** - Install from tarball
|
|
215
|
-
2. ✅ **npm Publishing** - Ready to publish to npm registry
|
|
216
|
-
3. ✅ **Production Use** - All features tested and working
|
|
217
|
-
4. ✅ **Documentation** - Comprehensive guides included
|
|
218
|
-
|
|
219
|
-
---
|
|
220
|
-
|
|
221
|
-
## 📝 Next Steps
|
|
222
|
-
|
|
223
|
-
### Option 1: Install Locally
|
|
224
|
-
```bash
|
|
225
|
-
cd d:\ProJectMD\RFID\asset-tracking-system-server
|
|
226
|
-
npm install ../PMS/pms_md-1.0.3.tgz
|
|
227
|
-
```
|
|
228
|
-
|
|
229
|
-
### Option 2: Publish to npm
|
|
230
|
-
```bash
|
|
231
|
-
npm login
|
|
232
|
-
npm publish
|
|
233
|
-
```
|
|
234
|
-
|
|
235
|
-
### Option 3: Test the Package
|
|
236
|
-
```bash
|
|
237
|
-
node test-all-databases.js
|
|
238
|
-
```
|
|
239
|
-
|
|
240
|
-
---
|
|
241
|
-
|
|
242
|
-
## 📞 Support
|
|
243
|
-
|
|
244
|
-
- **Email:** manish.proses@gmail.com
|
|
245
|
-
- **GitLab:** https://gitlab.com/manish-proses/pms_md
|
|
246
|
-
- **Issues:** https://gitlab.com/manish-proses/pms_md/issues
|
|
247
|
-
|
|
248
|
-
---
|
|
249
|
-
|
|
250
|
-
**Build Date:** 2025-11-17
|
|
251
|
-
**Build Status:** ✅ SUCCESS
|
|
252
|
-
**Package Ready:** ✅ YES
|
|
253
|
-
|
|
254
|
-
---
|
|
255
|
-
|
|
256
|
-
**🎊 Congratulations! Your package is ready for distribution!**
|
|
257
|
-
|
package/CHANGELOG.md
DELETED
|
@@ -1,190 +0,0 @@
|
|
|
1
|
-
# Changelog
|
|
2
|
-
|
|
3
|
-
All notable changes to the `pms_md` package will be documented in this file.
|
|
4
|
-
|
|
5
|
-
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
|
|
6
|
-
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
|
7
|
-
|
|
8
|
-
---
|
|
9
|
-
|
|
10
|
-
## [1.0.4] - 2025-11-17
|
|
11
|
-
|
|
12
|
-
### Fixed
|
|
13
|
-
- **Peer Dependency Compatibility**: Extended MSSQL peer dependency support to include older versions
|
|
14
|
-
- Now supports: `mssql@^7.0.0 || ^8.0.0 || ^9.0.0 || ^10.0.0`
|
|
15
|
-
- Now supports: `tedious@^14.0.0 || ^15.0.0 || ^16.0.0`
|
|
16
|
-
- Fixes installation conflicts with projects using MSSQL v7.x
|
|
17
|
-
|
|
18
|
-
### Changed
|
|
19
|
-
- Updated package version to 1.0.4
|
|
20
|
-
- Improved backward compatibility with existing MSSQL installations
|
|
21
|
-
|
|
22
|
-
---
|
|
23
|
-
|
|
24
|
-
## [1.0.3] - 2025-11-17
|
|
25
|
-
|
|
26
|
-
### 🎉 Added - Comprehensive Database Support
|
|
27
|
-
|
|
28
|
-
#### New Database Types Supported (8 new databases!)
|
|
29
|
-
- ✅ **MSSQL** (Microsoft SQL Server) - Full support via `mssql` or `tedious` packages
|
|
30
|
-
- ✅ **MariaDB** - Full support via `mariadb` package
|
|
31
|
-
- ✅ **SQLite** - Full support via `sqlite3` or `better-sqlite3` packages
|
|
32
|
-
- ✅ **CouchDB** - Full support via `nano` package
|
|
33
|
-
- ✅ **Cassandra** - Full support via `cassandra-driver` package
|
|
34
|
-
- ✅ **Elasticsearch** - Full support via `@elastic/elasticsearch` package
|
|
35
|
-
- ✅ **DynamoDB** - Full support via `@aws-sdk/client-dynamodb` or `aws-sdk` packages
|
|
36
|
-
- ✅ **Neo4j** - Full support via `neo4j-driver` package
|
|
37
|
-
|
|
38
|
-
#### Features for All New Databases
|
|
39
|
-
- Automatic connection health checks
|
|
40
|
-
- Connection statistics retrieval
|
|
41
|
-
- Email notifications on connection loss/recovery
|
|
42
|
-
- Logging integration
|
|
43
|
-
- Health endpoint integration
|
|
44
|
-
|
|
45
|
-
#### Documentation
|
|
46
|
-
- Added comprehensive `DATABASE_SUPPORT.md` guide
|
|
47
|
-
- Added `CHANGELOG.md` (this file)
|
|
48
|
-
- Added `test-all-databases.js` test suite
|
|
49
|
-
- Updated package description
|
|
50
|
-
|
|
51
|
-
#### Package Updates
|
|
52
|
-
- Updated `package.json` with 11 new peer dependencies
|
|
53
|
-
- All peer dependencies marked as optional
|
|
54
|
-
- Version bumped to 1.0.3
|
|
55
|
-
|
|
56
|
-
#### Code Changes
|
|
57
|
-
- Enhanced `dbConnectionMonitor.js` with 8 new check methods:
|
|
58
|
-
- `checkMariaDBConnection()`
|
|
59
|
-
- `checkMSSQLConnection()`
|
|
60
|
-
- `checkSQLiteConnection()`
|
|
61
|
-
- `checkCouchDBConnection()`
|
|
62
|
-
- `checkCassandraConnection()`
|
|
63
|
-
- `checkElasticsearchConnection()`
|
|
64
|
-
- `checkDynamoDBConnection()`
|
|
65
|
-
- `checkNeo4jConnection()`
|
|
66
|
-
- Added 8 new stats methods:
|
|
67
|
-
- `getMariaDBStats()`
|
|
68
|
-
- `getMSSQLStats()`
|
|
69
|
-
- `getSQLiteStats()`
|
|
70
|
-
- `getCouchDBStats()`
|
|
71
|
-
- `getCassandraStats()`
|
|
72
|
-
- `getElasticsearchStats()`
|
|
73
|
-
- `getDynamoDBStats()`
|
|
74
|
-
- `getNeo4jStats()`
|
|
75
|
-
|
|
76
|
-
### 📊 Total Database Support
|
|
77
|
-
The package now supports **13+ database types**:
|
|
78
|
-
1. MongoDB/Mongoose
|
|
79
|
-
2. PostgreSQL
|
|
80
|
-
3. MySQL/MySQL2
|
|
81
|
-
4. MariaDB ⭐ NEW
|
|
82
|
-
5. MSSQL (SQL Server) ⭐ NEW
|
|
83
|
-
6. SQLite ⭐ NEW
|
|
84
|
-
7. Sequelize (ORM)
|
|
85
|
-
8. Redis
|
|
86
|
-
9. CouchDB ⭐ NEW
|
|
87
|
-
10. Cassandra ⭐ NEW
|
|
88
|
-
11. Elasticsearch ⭐ NEW
|
|
89
|
-
12. DynamoDB ⭐ NEW
|
|
90
|
-
13. Neo4j ⭐ NEW
|
|
91
|
-
|
|
92
|
-
### ✅ Testing
|
|
93
|
-
- All 25 tests passing (100% success rate)
|
|
94
|
-
- Verified all database types can be registered
|
|
95
|
-
- Verified all peer dependencies are properly configured
|
|
96
|
-
- Verified package version and metadata
|
|
97
|
-
|
|
98
|
-
---
|
|
99
|
-
|
|
100
|
-
## [1.0.2] - 2025-11-16
|
|
101
|
-
|
|
102
|
-
### Added
|
|
103
|
-
- Explicit MySQL2 support (both v2.x and v3.x)
|
|
104
|
-
- Explicit Sequelize support
|
|
105
|
-
- Enhanced MySQL connection checking for mysql2 driver
|
|
106
|
-
- `checkSequelizeConnection()` method
|
|
107
|
-
- `getSequelizeStats()` method
|
|
108
|
-
|
|
109
|
-
### Changed
|
|
110
|
-
- Updated peer dependency for mysql2 to support both `^2.0.0 || ^3.0.0`
|
|
111
|
-
- Enhanced `checkMySqlConnection()` to support mysql2 features
|
|
112
|
-
- Updated documentation with MySQL2 and Sequelize examples
|
|
113
|
-
|
|
114
|
-
### Documentation
|
|
115
|
-
- Added `MYSQL2_SEQUELIZE_SUPPORT.md`
|
|
116
|
-
- Added examples for MySQL2 and Sequelize usage
|
|
117
|
-
|
|
118
|
-
---
|
|
119
|
-
|
|
120
|
-
## [1.0.1] - 2025-11-15
|
|
121
|
-
|
|
122
|
-
### Fixed
|
|
123
|
-
- Fixed missing `index.js` entry point
|
|
124
|
-
- Fixed package structure
|
|
125
|
-
|
|
126
|
-
### Added
|
|
127
|
-
- Created root `index.js` that exports node-monitor
|
|
128
|
-
- Added `.npmignore` file
|
|
129
|
-
|
|
130
|
-
---
|
|
131
|
-
|
|
132
|
-
## [1.0.0] - 2025-11-14
|
|
133
|
-
|
|
134
|
-
### Initial Release
|
|
135
|
-
|
|
136
|
-
#### Core Features
|
|
137
|
-
- ✅ Error tracking and logging with Winston
|
|
138
|
-
- ✅ Health check endpoints
|
|
139
|
-
- ✅ Multi-channel notifications (Email, Slack)
|
|
140
|
-
- ✅ System resource monitoring (CPU, Memory)
|
|
141
|
-
- ✅ API error monitoring
|
|
142
|
-
- ✅ Database connection monitoring
|
|
143
|
-
- ✅ Graceful shutdown handling
|
|
144
|
-
- ✅ Express middleware integration
|
|
145
|
-
|
|
146
|
-
#### Initial Database Support
|
|
147
|
-
- MongoDB/Mongoose
|
|
148
|
-
- PostgreSQL
|
|
149
|
-
- MySQL
|
|
150
|
-
- Redis
|
|
151
|
-
|
|
152
|
-
#### Monitoring Features
|
|
153
|
-
- Automatic periodic health checks
|
|
154
|
-
- Consecutive failure tracking
|
|
155
|
-
- Email and Slack notifications
|
|
156
|
-
- Winston logging with daily rotation
|
|
157
|
-
- System metrics collection
|
|
158
|
-
- Dashboard endpoints
|
|
159
|
-
|
|
160
|
-
---
|
|
161
|
-
|
|
162
|
-
## Future Roadmap
|
|
163
|
-
|
|
164
|
-
### Planned for v1.1.0
|
|
165
|
-
- [ ] TypeScript definitions (index.d.ts)
|
|
166
|
-
- [ ] Enhanced README with more examples
|
|
167
|
-
- [ ] CI/CD pipeline
|
|
168
|
-
- [ ] More comprehensive test coverage
|
|
169
|
-
|
|
170
|
-
### Planned for v1.2.0
|
|
171
|
-
- [ ] Prometheus metrics export
|
|
172
|
-
- [ ] Grafana dashboard templates
|
|
173
|
-
- [ ] Custom metric collectors
|
|
174
|
-
- [ ] Webhook notifications
|
|
175
|
-
|
|
176
|
-
### Planned for v2.0.0
|
|
177
|
-
- [ ] Breaking changes (if needed)
|
|
178
|
-
- [ ] Performance optimizations
|
|
179
|
-
- [ ] Plugin system for custom monitors
|
|
180
|
-
- [ ] Advanced alerting rules
|
|
181
|
-
|
|
182
|
-
---
|
|
183
|
-
|
|
184
|
-
## Links
|
|
185
|
-
|
|
186
|
-
- [GitHub Repository](https://gitlab.com/manish-proses/pms_md)
|
|
187
|
-
- [npm Package](https://www.npmjs.com/package/pms_md)
|
|
188
|
-
- [Issue Tracker](https://gitlab.com/manish-proses/pms_md/issues)
|
|
189
|
-
- [Documentation](README.md)
|
|
190
|
-
|