alm

v2.29.0
The best IDE for TypeScript
javascript typescript ide editor code

start

nodemon src/server.js --debug

alm

node ./node_modules/alm_src/server -o

ualm

rm -rf ./node_modules/alm_src && cp -rf ./src ./node_modules/alm_src

test

echo "Testing is just build at the moment, run from prepublish"

clean

rm ./src/public/build/bundle.js

prepublish

bash ./scripts/prepublish.sh

resume

bash ./scripts/resume.sh

tsc

tsc -p ./src

tscw

tsc -p ./src -w

uts

npm install typescript@next tslint@next byots@latest --save --save-exact && npm run tsc

umonaco

npm install monaco@latest monaco-css@latest monaco-languages@latest --save --save-exact && npm run tsc

ureact

npm install react@latest react-dom@latest --save-dev --save-exact

utest

npm install ts-node@latest mocha@latest --save --save-exact && npm run tsc

preversion

npm run tsc

postversion

git push --follow-tags

mochaw

mocha ./src/tests -w

Metadata

Downloads