Binary wrapper for Nagome.
Nagome is NicoLive Comment Viewer which has no UI written in Golang. When you use Nagome from Node.js, you can get its binary through npm without installing individually.
npm install nagome-bin
CLI
$(npm bin)/nagome
Node.js
const execFile = require('child_process').execFile;
const nagome = require('nagome-bin');
execFile(nagome, ['-h'], (error, stdout) => {
console.log(stdout);
});
npm publish
is automated by Travis CI.
git checkout master
git pull
npm version <specify verion here> -m "Update version %s"
git push origin master
git push origin v$(node -p 'require("./package.json").version')
MIT License
These are the list of libraries that Nagome v0.0.6 depends on. Please refer to the official information if you want to know the latest Nagome dependencies.
- diginatu/nagome : MIT License
- gopkg.in/yaml.v2 : Apache Licence 2.0
- diginatu/nagome/nicolive
- gopkg.in/xmlpath.v2 : LGPLv3
- gopkg.in/yaml.v2 : Apache Licence 2.0
- github.com/syndtr/goleveldb : 2-Clause BSD License