Skip to content

@tua-mp/service v0.2.0, @tua-mp/cli v0.3.0

Compare
Choose a tag to compare
@BuptStEve BuptStEve released this 18 Mar 06:44
· 10 commits to master since this release
1a28dae
  • feat: close #68, add custom template (#70)

@tua-mp/service v0.2.0

  • refactor(service, cli): tua-mp.config.js -> tua.config.js

@tua-mp/cli v0.3.0

See: https://tuateam.github.io/tua-mp/tua-mp-cli/

  • feat(cli): add new command eject to eject default templates to .templates
$ tuamp eject
# OR
$ tuamp e
  • feat(cli): support templateDir option
module.exports = {
    templateDir: 'some/path',
}