๐Ÿ“ฆ antongolub / flow-remove-types-recursive

Apply `flow-remove-types` to directories

โ˜… 1 stars โ‘‚ 0 forks ๐Ÿ‘ 1 watching โš–๏ธ MIT License
flowtype
๐Ÿ“ฅ Clone https://github.com/antongolub/flow-remove-types-recursive.git
HTTPS git clone https://github.com/antongolub/flow-remove-types-recursive.git
SSH git clone git@github.com:antongolub/flow-remove-types-recursive.git
CLI gh repo clone antongolub/flow-remove-types-recursive
Anton Golub Anton Golub docs: formatting a789bd8 3 years ago ๐Ÿ“ History
๐Ÿ“‚ master View all commits โ†’
๐Ÿ“ .github
๐Ÿ“ src
๐Ÿ“„ .gitignore
๐Ÿ“„ LICENSE
๐Ÿ“„ package-lock.json
๐Ÿ“„ package.json
๐Ÿ“„ README.md
๐Ÿ“„ README.md

flow-remove-types-recursive

Apply flow-remove-types to directories

CI Maintainability Test Coverage npm (tag)

Install

# npm
npm i flow-remove-types-recursive

# yarn
yarn add flow-remove-types-recursive

Usage

CLI

flow-remove-types-recursive src/main/js target/es6

JS API

import {removeFlowTypesRecursive} from 'flow-remove-types-recursive'

await removeFlowTypesRecursive('src/main/js', 'outdir')

License

MIT