https://github.com/dolittle/typescript.build
Holds common building blocks for building TypeScript applications and libraries
https://github.com/dolittle/typescript.build
Last synced: 3 months ago
JSON representation
Holds common building blocks for building TypeScript applications and libraries
- Host: GitHub
- URL: https://github.com/dolittle/typescript.build
- Owner: dolittle
- License: mit
- Created: 2019-10-24T10:02:20.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-09-12T20:03:18.000Z (over 1 year ago)
- Last Synced: 2025-02-12T13:07:15.216Z (3 months ago)
- Language: JavaScript
- Size: 229 KB
- Stars: 0
- Watchers: 4
- Forks: 1
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
This project represents a base build pipeline for TypeScript based projects.
Everything that is common among any TypeScript project, be it a node or browser (client) based, is found here.## Using it
The idea is that this package serves as a foundation to build specific tools for building node and browser applications.
Read the documentation [here](https://dolittle.io/tooling/typescript/build)
## Dependencies
This project has all its dependencies as regular dependencies, which is why it is important to add a reference to
this package as a dev dependency. The reason for this is to be able to get all the packages down that the
build pipeline need onto your developer box.## Tests
This package also provides every dependency you'd need to perform tests using the [Mocha](https://mochajs.org/) framework
## Mocking
Sinon
[To be documented]## Assertions
Chai
Sinon Chai
Sinon Chai in Order
[To be documented]## Issues and Contributing
To learn how to contribute please read our [contributing](https://dolittle.io/contributing/) guide.File issues to our [Home](https://github.com/dolittle/Home/issues) repository.