1.0.12 • Published 6 years ago

flow-libdef v1.0.12

Weekly downloads
4
License
MIT
Repository
github
Last release
6 years ago

flow-libdef

npm version NpmLicense CircleCI (all branches) GitHub issues GitHub pull requests

Utility to install a flow dependency. It tries to install the lib dependency but if it doen't find it, will be creates a stub.

Dependencies

  • node 8.x
  • yarn
  • flow-typed

Installation guide

npm i -g flow-libdef

How to use

Imagine that you have a lodash dependency on your project you never installed the libdef flow of this dependency. To install these libdef dependency, before, you needed to know what version that you have installed on your project, after that you will be try to install the libdef running the flow-typed install lodash @ 4.0.0 command as an example, and if the library don 't have a compatible libdef, you need to create the library stub.

This utility helps to make this work. You just need run this command:

flow-libdef install lodash

and, voilá, the libdef dependecy will be installed or the stub will be created.

I hope this helps you in this process.

Thanks

Contributing

Please feel free to submit any issues or pull requests.

License

MIT