Skip to content

Commit

Permalink
chore: add links between repositories to the readme
Browse files Browse the repository at this point in the history
  • Loading branch information
ersimont committed Jan 5, 2019
1 parent 96731f1 commit dd79706
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
[![Build Status](https://travis-ci.org/simontonsoftware/s-js-utils.svg?branch=master)](https://travis-ci.org/simontonsoftware/s-js-utils) [![Coverage Status](https://coveralls.io/repos/github/simontonsoftware/s-js-utils/badge.svg?branch=master)](https://coveralls.io/github/simontonsoftware/s-js-utils?branch=master)

## Simonton Software Typescript Utils

S-js-utils is one library in a suite that is available from Simonton Software. Each one builds on the last, organized by their dependencies:

1. [`micro-dash`](https://github.com/simontonsoftware/micro-dash): A much smaller Lodash
1. **`s-js-utils`: Miscellaneous utilities written in TypeScript**
1. [`s-rxjs-utils`](https://github.com/simontonsoftware/s-rxjs-utils): Miscellaneous utilities for RxJS
1. [`s-ng-utils`](https://github.com/simontonsoftware/s-ng-utils): Miscellaneous utilities for Angular
1. [`ng-app-state`](https://github.com/simontonsoftware/ng-app-state): Object-oriented wrapper around `@ngrx/store`

## API Documentation

To quickly see what is available, see the [api documentation](https://simontonsoftware.github.io/s-js-utils/typedoc).

0 comments on commit dd79706

Please sign in to comment.