/js-sandbox

javascript sandbox parser

Primary LanguageTypeScript

js-sandbox

codecov

beginning

npm init -y
npm i -D typescript
npx tsc --init
npm i -D @types/node @types/jest jest prettier ts-jest tslint tslint-config-prettier

npm i --save-peer acorn acorn-walk fast-xml-parser quickjs-emscripten

First publish your package to NPM

npm config get registry
npm config delete registry
# npm config set registry https://registry.npmjs.org/
npm version patch
npm publish
npm config set registry https://registry.npmmirror.com/

publish

npm version patch