$ npm install update-license
Update copyright information in a MIT license.
npm i update-license --save
var license = require('update-license');
Pass a license string with copyright information to update (currently only supports MIT):
var fs = require('fs');
var str = fs.readFileSync('LICENSE-MIT', 'utf8')
license(str);
If you want to change any information, you can pass it on the options:
license(str, {author: 'Foo Bar'});
See update-copyright.
Install dev dependencies:
npm i -d && npm test
Pull requests and stars are always welcome. For bugs and feature requests, please create an issue
Jon Schlinkert
Copyright (c) 2015-2015 Jon Schlinkert
Released under the MIT license
This file was generated by verb on February 19, 2015.
© 2010 - cnpmjs.org x YWFE | Home | YWFE