@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
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/sanitariumrunning
deflow < path/to/file.js
pbpaste | deflowusage via yarn
installing
yarn add https://github.com/nsfmc/sanitarium
cd sanitarium
yarnrunning on a file
yarn deflow -- < path/to/file.jsrunning on clipboard
pbpaste | yarn deflow --