@nhz.io/nw-signer

1.0.1 • Public • Published

@nhz.io/nw-signer

NPM Version Bithound Status License

[NWJS](https://nwjs.io) content signer vinyl stream

Install

npm i -D @nhz.io/nw-signer

Usage

const through = require('through2')
const vfs = require('vinyl-fs')
const signer = require('@nhz.io/nw-signer')

vfs.src(process.argv.slice(2))
    .pipe(signer())
    .pipe(through.obj((file, enc, cb) => {
        process.stdout.write(file.contents)
        cb()
    }))

Dev

git clone https://github.com/nhz-io/nw-signer
cd nw-signer
npm i
npm start

Docs

npm run doc

Coverage

npm run coverage

See also

License

MIT

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 1.0.1
    1
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 1.0.1
    1
  • 1.0.0
    0

Package Sidebar

Install

npm i @nhz.io/nw-signer

Weekly Downloads

1

Version

1.0.1

License

MIT

Last publish

Collaborators

  • ishi.ruy