npm-link-up
Version:
Use this package to link your projects together for local development.
21 lines (20 loc) • 359 B
JSON
{
"$schema": "https://raw.githubusercontent.com/oresoftware/npm-link-up/master/assets/nlu.schema.json",
"npm-link-up": true,
"linkable": true,
"linkToItself": false,
"comments": [
"your comments go here"
],
"searchRoots": [
"$HOME/foobar"
],
"ignore": [
"/node_modules/",
"/.git/"
],
"list": [
"foo",
"bar"
]
}