1.2.1 โ€ข Published 5 years ago

flow-typedef v1.2.1

Weekly downloads
-
License
MIT
Repository
-
Last release
5 years ago

Flow Typedef ยท npm version CircleCI All Contributors PRs Welcome

get Flow built-in type definition files.

Why

Flow Buit-in type definition files are hosted facebook/flow.
If you would like to get those files some reason, you have to manual copy.

Getting Started

I Assume you have experience of flow-typed. Otherwise you might be start from flow-typed.

Install

recommend global install

$ yarn global add flow-typedef

Usage

In the same directory as package.json that flow-bin installed(almost where is project root), execute flow-typedef command. Then typedef files will be generated under the flow-typed/built-in.

# cd your-project-dir
$ flow-typedef

flow-typedef detect your flow-bin version and get same version typedef files.

And more, I reccomend following setting.

// .flowconfig

[ignore]

[include]

[libs]

[lints]

[options]
no_flowlib=true

[strict]

Because Flow built in lib def already there in your /flow-typed.
see option detail https://flow.org/en/docs/config/options/#toc-no-flowlib-boolean

Contributors

Thanks goes to these wonderful people (emoji key):

ryota-murakami๐Ÿ’ป ๐Ÿ“– โš ๏ธ

This project follows the all-contributors specification. Contributions of any kind welcome!

1.2.1

5 years ago

1.2.0

6 years ago

1.1.2

6 years ago

1.1.1

6 years ago

1.1.0

6 years ago

1.0.2

6 years ago

1.0.1

6 years ago

1.0.0

6 years ago