README
Portalize
Symbolic Link Management Tool
Install
For your project
npm install --save portalize
Or if you want to access to CLI globally
npm install -g portalize
CLI Usage
Use the CLI to setup the linkgs between your directories. You should have a configuration file (JSON format).
[
{
"path": "portal",
"name": "main"
},
{
"path": "./test/portal",
"name": "test"
}
]
The main
module is mandatory.
init
Run portalize init <config_path>
to initialize the portals.
The module directories should exist and will not be created by portalize
.