Post Install
Usage: cppjs postinstall [options]
prepare the required packages for Cpp.js after installation
Options:
-h, --help display help for command
Here is a minimal example:
package.json
{
"name": "mylib",
"scripts": {
"postinstall": "cppjs postinstall"
}
}