motorcycle / motorcycle.ts

Your Type-Safe, Declarative and Reactive Toolkit for Modern Composable and Event-Driven Development
MIT License
71 stars 3 forks source link
declarative frp functional functional-programming mostjs mostly-dom motorcycle reactive typescript virtual-dom

Motorcycle.ts

A statically-typed, functional and reactive framework for modern browsers
[![ComVer](https://img.shields.io/badge/ComVer-compliant-brightgreen.svg)](https://github.com/staltz/comver) [![Join the chat at https://gitter.im/motorcyclets/motorcycle](https://badges.gitter.im/motorcyclets/motorcycle.svg)](https://gitter.im/motorcyclets/motorcycle?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge) [![Build Status](https://travis-ci.org/motorcyclets/motorcycle.svg?branch=master)](https://travis-ci.org/motorcyclets/motorcycle)

Packages

Examples

Developing

Requirements

For generating changelog (for those with NPM publishing rights)

In your terminal, run the following:

Note: sudo may be required for all of the following terminal commands.

# If you're on a Debian-based Linux Distribution, install rake
gem install rake

# Install Github Changelog Generator
gem install github_changelog_generator

In your .bash_profile, .zshrc or equivalent shell configuration file, add the following:

export CHANGELOG_GITHUB_TOKEN=$GITHUB_PERSONAL_ACCESS_TOKEN_GENERATED_ABOVE

In a new terminal, you should now be able to successfully run yarn changelog to generate an up-to-date CHANGELOG.md.