https://github.com/l2silver/mocked-flowtype
stronger flowtype integration
https://github.com/l2silver/mocked-flowtype
Last synced: 14 days ago
JSON representation
stronger flowtype integration
- Host: GitHub
- URL: https://github.com/l2silver/mocked-flowtype
- Owner: l2silver
- Created: 2016-09-30T04:52:15.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2016-10-04T02:35:16.000Z (almost 10 years ago)
- Last Synced: 2025-10-22T03:01:56.689Z (9 months ago)
- Language: JavaScript
- Size: 6.84 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Mocked Flowtype
=========================
For more powerful 3rd party flowtype integration
## Additional Resources
[Introducing Mocked Flowtype](https://medium.com/p/a990cb26ec8e)
## Installation
```
$ npm install --save mocked-flowtype
```
.flowconfing
```
[options]
module.name_mapper = module.name_mapper='^pluginName$' -> 'mocked-flowtype/definitions/pluginName/x.x.x(pluginVersion)_x.x.x(flowtypeVersion)'
```
## How it works
Flow ships with a config option that allows you to stub modules with more type friendly code. The mocked-flowtype library is simply a collection of type friendly modules.