da-combinator-rx
v1.2.1
Published
[![Build Status](https://travis-ci.org/data-avail/da-combinator-rx.svg?branch=master)](https://travis-ci.org/data-avail/da-combinator-rx)
Downloads
5
Readme
da-combinator-rx
Project description.
Contains typeScript defintion files.
Test
Set up uri for test db
- In
.npmrc
setSOME_URI=xxx
, higest priority - In
package.json
fieldconfig.SOME_URI
Run test
npm test
If wanna use with travis
don't forgate to add service to services
in
.travis.yml
file.
Development
Project contians tasks
file for Visual Studio Code
- Build - run
tsc
, same asnpm run-task build
- Test - run
mocha
, same asnpm test
For some reason VS Code take quite a time to start build,
usually watch rebuild proccess via tsc -w
work much faster.
This way use tsc -w
in console and then run test task manually,
when neccessary.
Documentation
Generate typedoc ./src/index.ts
To publish docs on github
git checkout --orphan gh-pages
git add --all .
git commit -am "first commit"
git push origin gh-pages