1.0.0 • Published 7 years ago

@nsfmc/sanitarium v1.0.0

Weekly downloads
1
License
MIT
Repository
-
Last release
7 years ago

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 --