data-monster icon indicating copy to clipboard operation
data-monster copied to clipboard

Chomping with a local install?

Open pselle opened this issue 10 years ago • 2 comments

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?

pselle avatar Jul 21 '15 14:07 pselle

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.

sarahghp avatar Jul 23 '15 15:07 sarahghp

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

pselle avatar Jul 26 '15 20:07 pselle