Skip to content

Commit

Permalink
feat(ts): generator
Browse files Browse the repository at this point in the history
  • Loading branch information
Guillaume Chau authored and Akryum committed Dec 21, 2018
1 parent 89da616 commit d399622
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions packages/@nodepack/plugin-typescript/generator/index.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
/** @type {import('@nodepack/service').GeneratorPlugin} */
module.exports = (api, options) => {
api.render('./templates/default')
}

0 comments on commit d399622

Please sign in to comment.