diff --git a/vscode/a-shares/Makefile b/vscode/a-shares/Makefile new file mode 100644 index 0000000..1d58f39 --- /dev/null +++ b/vscode/a-shares/Makefile @@ -0,0 +1,15 @@ +NAME := haiuser +install: + npm install -g vsce + npm install -g mocha + npm install -g typescript + npm install -g yo generator-code + yo code +watch: + npm run watch +package: + vsce package +publish: + vsce publish +login: + vsce login a-shares \ No newline at end of file