@nsfmc/sanitarium
v1.0.0
Published
this adds a small tool (`deflow`) for stripping flow types from some js, either stdin or files on disk and outputting to stdout again
Downloads
2
Readme
sanitarium
this adds a small tool (deflow
) for stripping flow types from some js, either stdin or files on disk and outputting to stdout again
usage as a binary
installing
yarn add -G https://github.com/nsfmc/sanitarium
running
deflow < path/to/file.js
pbpaste | deflow
usage via yarn
installing
yarn add https://github.com/nsfmc/sanitarium
cd sanitarium
yarn
running on a file
yarn deflow -- < path/to/file.js
running on clipboard
pbpaste | yarn deflow --