/typescript

This repository contains generic packages related to TypeScript

Primary LanguageTypeScript

MaaS Global TypeScript Essentials

This repository contains most essential TypeScript utility packages used at MaaS Global.

Frontend Packages

The code is divided into several independent packages.

Related Packages

Devops

The following commands should work in all packages where applicable.

npm install -g yarn               # install yarn
yarn                              # install dependencies
yarn lint                         # run linters
yarn typecheck                    # run static type checks
yarn test                         # run tests
yarn eslint --fix                 # auto format code base
yarn ci                           # perform a local CI test run
yarn build                        # create a production build
yarn deploy-npm                   # deploy npm package