cli: add ppman spec command

This commit is contained in:
Thomas Hobson 2021-06-13 18:41:01 +12:00
parent d68a1d67c8
commit 1fcb7604d7
No known key found for this signature in database
GPG key ID: 9F1FD9D87950DB6F
7 changed files with 308 additions and 1 deletions

View file

@ -7,6 +7,9 @@
"dependencies": {
"axios": "^0.21.1",
"chalk": "^4.1.0",
"minimatch": "^3.0.4",
"nocamel": "^1.0.2",
"semver": "^7.3.5",
"yargs": "^16.2.0"
}
}