1.0.0 • Published 9 years ago
@nsfmc/sanitarium v1.0.0
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 --1.0.0
9 years ago