0.0.6 • Published 6 years ago

nagome-bin v0.0.6

Weekly downloads
3
License
MIT
Repository
github
Last release
6 years ago

nagome-bin

npm version Build Status

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.

Installation

npm install nagome-bin

Usage

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);
});

How to release

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')

License

MIT License

Dependencies

These are the list of libraries that Nagome v0.0.5 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
0.0.6

6 years ago

0.0.3

7 years ago

0.0.2

7 years ago

0.0.1

8 years ago