@nsfmc/sanitarium

1.0.0 • Public • Published

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

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 1.0.0
    1
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 1.0.0
    1

Package Sidebar

Install

npm i @nsfmc/sanitarium

Weekly Downloads

1

Version

1.0.0

License

MIT

Last publish

Collaborators

  • nsfmc