fynpo-cli
v3.1.6
Published
npm install globally to provide the fynpo command
Readme
fynpo-cli
The global launcher for the fynpo command.
Install this package globally and you get a fynpo binary. It carries no logic and no dependencies of its own - it finds the fynpo installed in the repo you're standing in and runs that, so every repo gets the fynpo version it declares rather than whichever one happens to be installed globally.
Install
npm install -g fynpo-cliThen, in a monorepo that has fynpo as a dev dependency:
fynpo bootstrapIf you'd rather not install anything globally, run the local one directly - npx fynpo or fyn fynpo - and skip this package entirely.
License
Licensed under the Apache License, Version 2.0.
