@ms918/mrm-task-license
v0.5.2
Published
mrm task 创建license
Downloads
8
Readme
`@ms918/mrm-task-license
mrm task,用来创建
LICENSE
创建的默认LICENSE
,如下
The MIT License
Copyright ${year} ${author}, contributors
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the 'Software'), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
默认
year
默认为当前年份,author
默认为package.json
的author.name
或.gitconfig
的user.name
用法
npm install -g @ms918/mrm-task-license
mrm @ms918/mrm-task-license
当执行的时候,会走下面步骤:
- 获取默认 author
- 生成 LICENSE
- 设置
package.json
的license
字段为MIT