diff options
author | 0neGal <mail@0negal.com> | 2021-12-30 20:35:08 +0100 |
---|---|---|
committer | 0neGal <mail@0negal.com> | 2021-12-30 20:35:08 +0100 |
commit | 823d34f6f41c65c7b1cb8e55bd429b9efc4f3878 (patch) | |
tree | 149a7274cc024c62a6625704cde0d095db53e6a3 /package.json | |
parent | 9d8ceea77b6f172f0c055c0061bc07e6f45c0d2d (diff) | |
download | Viper-823d34f6f41c65c7b1cb8e55bd429b9efc4f3878.tar.gz Viper-823d34f6f41c65c7b1cb8e55bd429b9efc4f3878.zip |
added a lovely man page
Simply build it with "npm run man"
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/package.json b/package.json index 5e19ef4..ca02932 100644 --- a/package.json +++ b/package.json @@ -18,6 +18,7 @@ "scripts": { "start": "npx electron src/index.js", "debug": "npx electron src/index.js --debug", + "man": "npx marked-man docs/viper.1.md > docs/viper.1", "build": "npx electron-builder --win nsis --linux appimage" }, "repository": { @@ -26,10 +27,13 @@ }, "author": "0neGal", "license": "GPL-3.0-or-later", - "bugs": {"url": "https://github.com/0neGal/viper/issues"}, + "bugs": { + "url": "https://github.com/0neGal/viper/issues" + }, "homepage": "https://github.com/0neGal/viper#readme", "dependencies": { "follow-redirects": "^1.14.6", + "marked-man": "^0.7.0", "request": "^2.88.2", "unzipper": "^0.10.11" }, |