UNPKG
@ufly/tpl-module-wasm
Version:
latest (0.7.22)
0.7.22
0.7.20
0.7.19
0.7.17
0.7.15
0.7.13
0.7.12
0.7.10
0.7.9
0.7.7
0.7.3
0.7.2
0.7.1
0.7.0
0.6.10
0.6.8
0.6.7
0.6.6
0.6.5
0.6.3
0.6.1
0.6.0
> @ufly/cli,配套创建AssemblyScript to Wasm 的 module 的 tpl
github.com/lamovv/ufly
lamovv/ufly
@ufly/tpl-module-wasm
/
tpl
/
.lintstagedrc.js
8 lines
•
196 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
module
.
exports
= {
'./src/**/*.{ts,js}'
: [
'prettier --write ./src'
,
'eslint --cache --fix'
,
'conventional-changelog -p angular -i CHANGELOG.md -s'
,
'git add CHANGELOG.md'
] };