UNPKG

@ufly/tpl-module-wasm

Version:

> @ufly/cli,配套创建AssemblyScript to Wasm 的 module 的 tpl

8 lines 196 B
module.exports = { './src/**/*.{ts,js}': [ 'prettier --write ./src', 'eslint --cache --fix', 'conventional-changelog -p angular -i CHANGELOG.md -s', 'git add CHANGELOG.md' ] };