0.3.0 • Published 10 years ago

update-license v0.3.0

Weekly downloads
2
License
-
Repository
github
Last release
10 years ago

update-license NPM version

Update copyright information in a MIT license.

Install with npm

npm i update-license --save

Usage

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.

Run tests

Install dev dependencies:

npm i -d && npm test

Contributing

Pull requests and stars are always welcome. For bugs and feature requests, please create an issue

Author

Jon Schlinkert

License

Copyright (c) 2015-2015 Jon Schlinkert
Released under the MIT license


This file was generated by verb on February 19, 2015.

0.3.0

10 years ago

0.2.0

10 years ago

0.1.1

11 years ago

0.1.0

11 years ago