1.0.6 • Published 6 years ago

third-party-license-generator v1.0.6

Weekly downloads
214
License
ISC
Repository
github
Last release
6 years ago

tpl-generator

this scrip will generate third party license content as a txt file based on the included softwares from your application

how to use it

  1. install the package
  • npm install third-party-license-generator or yarn add third-party-license-generator
  1. go to your scripts folder and create a file tplGenerator.js. In this file, you can write:
  • import tplGenerator from 'third-party-license-generator';
  • tplGenerator()
  1. at your app package.json file, you can add "generate:tpl": "babel-node --presets=es2015 scripts/tplGenerator.js" to your scripts. Then you can run yarn generate:tpl to generate txt file.