Skip to content

maasglobal/typescript

Repository files navigation

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

About

This repository contains generic packages related to TypeScript

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published