Otso node plugin.
Run the command:
npm install -g otso-node
Otso node comes with:
Command | Description |
---|
You can pass run options to your package commands by adding the following to your .otsorc file:
{
"package": {
"test": {
"detached": true // This will run the npm test command in detached mode. This is useful for interacting with the test script.
}
}
}