jtree icon indicating copy to clipboard operation
jtree copied to clipboard

Stamp: dirToStampWithContents should use glob

Open breck7 opened this issue 3 years ago • 1 comments

Wow it's doing stupid stuff right now like going through node_modules. Should be smarter. Can probably ditch a lot of code too.

breck7 avatar Mar 08 '21 18:03 breck7

Here's the method that needs to be better: https://github.com/publicdomaincompany/jtree/blob/master/langs/stamp/stamp.grammar#L41

breck7 avatar Mar 08 '21 18:03 breck7

Thinking about it more, if you are automatically generating stamps, you probably want to use zipfiles instead of stamp.

Stamp is really only useful for hand editing templates or sending along short dir/files.

breck7 avatar Jun 23 '24 18:06 breck7