Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jonbcampos/4e0048fcbefacf86d9baa1408b2fb8e2 to your computer and use it in GitHub Desktop.
Save jonbcampos/4e0048fcbefacf86d9baa1408b2fb8e2 to your computer and use it in GitHub Desktop.
const templateSource = apply(url('./files'), [
options.spec ? noop() : filter(path => !path.endsWith('.spec.ts')),
template({
...strings,
...options,
}),
move(movePath),
]);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment