1.0.1 • Published 8 years ago

@nhz.io/nw-signer v1.0.1

Weekly downloads
1
License
MIT
Repository
github
Last release
8 years ago

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