Skip to content

martyjs/marty

Folders and files

NameName
Last commit message
Last commit date

Latest commit

2a82b57 Β· Dec 28, 2015
Aug 2, 2015
Oct 12, 2015
Dec 28, 2015
May 24, 2015
Mar 2, 2015
Nov 9, 2014
Jan 13, 2015
Nov 2, 2014
Feb 21, 2015
Dec 30, 2014
Mar 8, 2015
Nov 7, 2014
Jun 15, 2015
May 4, 2015
May 24, 2015
Oct 12, 2015
Oct 12, 2015
Oct 12, 2015
Apr 6, 2015
Jun 20, 2015
Oct 12, 2015
Oct 12, 2015
May 18, 2015

Repository files navigation

Marty is no longer actively maintained. Use Alt or Redux instead. More info.

Marty is a Javascript library for state management in React applications. It is an implementation of the Flux architecture.

Join the chat at https://gitter.im/martyjs/marty

Sauce Test Status

Quick start

make build        # rebuild source
make docs         # show documentation on http://localhost:4000

Releasing

make release           # inc's patch, builds, creates tag, pushes to github and then publishes to npm
make release inc={inc} # specify what to version part to increment (major, premajor, minor, preminor, patch, prepatch, prerelease)
make release-docs      # builds documentation and copies into ../marty-gh-pages

TypeScript

A TypeScript definition is available at marty.d.ts. Please note that it requires the React definition from DefinitelyTyped.

Git Commit Messages

  • Use the present tense ("Add feature" not "Added feature")
  • Use the imperative mood ("Move cursor to..." not "Moves cursor to...")
  • Limit the first line to 72 characters or less
  • Reference issues and pull requests liberally
  • Consider starting the commit message with an applicable emoji:
    • πŸ’„ :lipstick: when improving the format/structure of the code
    • 🐎 :racehorse: when improving performance
    • 🚱 :non-potable_water: when plugging memory leaks
    • πŸ“ :memo: when writing docs
    • 🐧 :penguin: when fixing something on Linux
    • 🍎 :apple: when fixing something on Mac OS
    • 🏁 :checkered_flag: when fixing something on Windows
    • πŸ› :bug: when fixing a bug
    • πŸ”₯ :fire: when removing code or files
    • πŸ’š :green_heart: when fixing the CI build
    • βœ… :white_check_mark: when adding tests
    • πŸ”’ :lock: when dealing with security
    • ⬆️ :arrow_up: when upgrading dependencies
    • ⬇️ :arrow_down: when downgrading dependencies

(From atom)

Maintainers

## License