Code Monkey home page Code Monkey logo

most-utils's Introduction

most utils

Build Coverage Status License

A collection of utilities for most.

Packages

Gather most js streams events into buffers.

Lossless rate limiter for most js.

Retrieve the nth event in a stream as a Promise.

Create ranges of integers as most js streams.

Developers

Local development & testing

These packages requires Node v6.9 or later and yarn.

The following commands can be run in the root directory or in any of the package's

  • Install dependencies:
    $ yarn install
  • Lint the code:
    $ yarn run lint
  • Run the tests:
    $ yarn run test

Releasing a new version (needs administrator rights)

  1. Make sure the build of the master branch is passing.
  2. Checkout the master branch locally.
$ git fetch
$ git checkout master
$ git reset --hard origin/master
  1. Increment the version of all packages and move Unreleased section of CHANGELOG.md to a newly created section for this version.
$ ./scripts/update_version.sh patch

./scripts/update_version.sh minor and ./scripts/update_version.sh major are also available - see semver for a guideline on when to use which.

This will create a git commit and a git tag.

  1. Push everything.
$ git push origin master --tags

This will trigger the publishing of this new version of the packages by travis.

most-utils's People

Contributors

cloderic avatar alexisfontaine avatar

Watchers

James Cloos avatar Pavlos Polianidis avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.