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

Dependencies (6)

Dev Dependencies (0)

    Package Sidebar

    Install

    npm i @nsfmc/sanitarium

    Weekly Downloads

    1

    Version

    1.0.0

    License

    MIT

    Last publish

    Collaborators

    • nsfmc