UNPKG

nx-helper-cli

Version:

This is a helper cli which helps get things done fast in a monorepo. mainly it's used with [nx.dev](http://google.com) tool but has many tools that may benefit anybody working in a monorepo architecture.

16 lines 309 B
module.exports = { "mycommand": { "command": "npm run koko", "options": { "color": "", "name": "" } }, "secondCommand": { "command": "npm run koko", "options": { "color": "yellow", "name": "" } } }