This repo regroup all boilerplate for libra-cli
-
Create your boilerplate environment
-
Create a libra.json file on the root of your new boilerplate
"YOUR_KEY": "QUESTION"
{ "name": "Library name : ", "description": "Library description : ", "repoUrl": "Library repo url : ", "author": "Library author : " }
-
You can right now edit all files with your dynamic keys
replace static values with {[{YOUR_KEY}]}
{ "name": "{[{name}]}", "main": "{[{name}]}.js", "homepage": "{[{repoUrl}]}", "authors": ["{[{author}]}"], "description": "{[{description}]}", "license": "MIT", "ignore": [ "**/.*", "index.js", "build*.js", "package.json", "node_modules", "bower_components", "test" ] }