@dolittle/reflection

Fundamental generic building blocks for JavaScript


License
MIT
Install
npm install @dolittle/reflection@1.0.1-beta1

Documentation

JavaScript Fundamentals

Build Status

The repository holds fundamental building blocks, helpers and utilities.

Requirements

This project relies on NodeJS and leverages Yarn. The code is written using TypeScript and transpiles to JavaScript as part of its building.

Building

At the root level of the repository, to restore all node modules, run the following:

$ yarn

To build, run the following at the root level of the repository:

$ yarn build

To run the test harness:

$ yarn test