denim
denim copied to clipboard
A lightweight, npm-based template engine.
migrating from legacy GH services on to GH apps on travis
Things like `tar` will be tough. `builder-init` has already done most things.
Presently we advise against using any dependencies in a `denim.js` file, mostly because of the chicken-and-egg problem of not knowing what's available. However, we `require` this in denim itself and...
_Originally from https://github.com/FormidableLabs/builder-init/issues/12_ Research and add a `scripts` (or somethign) functionality for things like having a project after initialization do: ``` sh $ npm install $ node_modules/.bin/builder run check-ci ```...
We `npm pack` in a temp directory which breaks how npm would act in a directory - this exact solution was applied to https://github.com/FormidableLabs/publish-diff/pull/8 which also uses `npm pack` +...