xina-ts
v1.0.0
Published
Boilerplate for TypeScript projects (Node.js and browser modules)
Downloads
22
Readme
XINA TS
TypeScript library for XINA API interaction.
Getting Started
# Clone the repository (you can also click "Use this template")
git clone https://github.com/metachris/typescript-boilerplate.git your_project_name
cd your_project_name
# Install dependencies
yarn install
# Now you can run various yarn commands:
yarn cli
yarn lint
yarn test
yarn build-all
yarn ts-node <filename>
yarn esbuild-browser
...