toolkip
v1.0.2
Published
toolkip library
Downloads
3
Readme
Toolkip.ts
Typescript library for a variety of things, including a UI library, some out of the box components, and helper functions. Spans the gamut of things that I've run into needing in front end applications.
Running from source
This is set up with Lerna and yarn. To get up and running locally, run the following:
yarn
to install the dependenciesyarn bootstrap
to set up all of the local dependenciesyarn compile
to get the js versions of all of the ts files- TODO: sample application to pull in these changes
Testing
Testing is set up at the root level, so just run yarn test
to test all of the individual packages
Publishing
Publishing is managed through lerna's publish functionality. Npm publishes need to be donw by Kip