data-monster
data-monster copied to clipboard
Chomping with a local install?
From the README:
Otherwise, with a local install, you can
npm run chomp <.dm files>
Ran that, but suspecting this isn't out of the box -- I should add a command to my scripts package.json yes?
There is no chomp script in your copy of the package.json? I see it in my copy: in the package.json in the data-monster directory.
It looks like it doesn't happen out of the box, I'd have to update my project's package.json, it doesn't seem to inherit data monster's script tags, fyi. Solved by adding script lines to the host project