2.0.1 • Published 5 years ago

extract-tag-using-babel v2.0.1

Weekly downloads
2
License
ISC
Repository
github
Last release
5 years ago
  1. To use this plugin use the below command npm i extract-tag-using-babel;

  2. To run the plugin in your application us add the below line in the package.json

... "scripts":{ "build":"node ./node_modules/extract-tag-using-babel/label_extractor.js" }

  1. This will generate the JSON file like below Format in the root folder with file name labelList.json { "ffff6fc7-3087-52e3-ac87-b5c212de5f5d": { "classes": "h1", "description": "views.demo.demos.H1", "alignment": "{Alignment.CENTER}" }, }