# ninjagoat

> The not so baaaaaaad MVVM framework.

Latest version **4.6.1** (published 2020-04-21) · 0 weekly downloads

## Install

```sh
npm install ninjagoat
pnpm add ninjagoat
yarn add ninjagoat
bun add ninjagoat
```

## Health

**Score 25/100 (F)** — status: abandoned.

Positive: has types; no vulnerabilities; high quality score.

Warnings: low downloads; no esm support.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 4.6.1 |
| Published | 2020-04-21 |
| First published | 2016-05-06 |
| Weekly downloads | 0 |
| TypeScript types | bundled |
| Module format | CommonJS |
| Dependencies | 11 |
| Unpacked size | 128.7 KB |
| Known vulnerabilities | 0 (+1 in 1 direct dependencies) |
| Install scripts | no |
| Maintainers | tierratelematics |

## Links

- npm: https://www.npmjs.com/package/ninjagoat
- npm.io page: https://npm.io/package/ninjagoat

## Dependencies (11)

- [rx](https://npm.io/package/rx.md) ~4.1.0
- [uuid](https://npm.io/package/uuid.md) ~2.0.2
- [bivio](https://npm.io/package/bivio.md) ^0.3.2
- [lodash](https://npm.io/package/lodash.md) ^4.17.5
- [history](https://npm.io/package/history.md) ^3.2.0
- [inversify](https://npm.io/package/inversify.md) ^4.3.0
- [react-router](https://npm.io/package/react-router.md) ^3.0.0
- [whatwg-fetch](https://npm.io/package/whatwg-fetch.md) ~2.0.1
- [reflect-metadata](https://npm.io/package/reflect-metadata.md) 0.1.8
- [inversify-logging](https://npm.io/package/inversify-logging.md) ^0.2.0
- [inversify-inject-decorators](https://npm.io/package/inversify-inject-decorators.md) ^3.0.1

## Recent versions

- 4.6.1 (latest) — 2020-04-21
- 5.0.0-rc.2 (next) — 2021-07-16
- 5.0.0-rc1 — 2021-07-12
- 4.5.2 — 2020-02-25
- 3.0.1 — 2020-02-25
- 4.5.1 — 2020-02-24
- 4.4.0 — 2019-04-03
- 4.3.0 — 2018-12-06
- 4.2.0 — 2018-12-03
- 4.1.3 — 2018-06-11
- 4.1.2 — 2018-05-21
- 4.1.1 — 2018-03-14
- 4.1.0 — 2018-03-12
- 4.0.3 — 2018-03-05
- 4.0.2 — 2018-03-01
- … 68 more at https://npm.io/package/ninjagoat/versions

## README

# Ninjagoat

The not so baaaaaaad MVVM framework.

![](http://www.clker.com/cliparts/m/N/S/T/M/y/ninja-goat-md.png)
![](https://badge.fury.io/js/ninjagoat.svg)
![](https://travis-ci.org/tierratelematics/ninjagoat.svg?branch=master)
![](https://travis-ci.org/tierratelematics/ninjagoat.svg?branch=develop)
![](https://img.shields.io/badge/license-Apache%202.0-blue.svg)
![](https://img.shields.io/badge/goat-bikenjutsu-yellow.svg)

## Introduction

Ninjagoat is an attempt at writing a simple, lightweight, modular, reactive, convention-based, eventsource ready MVVM framework. Oh, and we are writing it in [Typescript](https://www.typescriptlang.org/), so we expect that you will use that, too! If this is not the case don't worry, you can use Ninjagoat anyway, but you will lose part of the fun.

Ninjagoat is currently being developed internally for being used in our single page frontend applications, which require live updates of data coming from a server, and are composed of multiple modules. Besides being developed with [Event Sourcing](http://geteventstore.com) in mind, it can be used also in conventional scenarios.

## Get started

Please follow the seed available [here](https://github.com/tierratelematics/ninjagoat-seed) to get some tips and a starting skeleton to register some viewmodels.

## What now?

If you've made it so far, you might be interested in one of these excellent topics:


* [Wiki](https://github.com/tierratelematics/ninjagoat/wiki/Getting-started) - will show you how to get up and running with Ninjagoat, with the classic hello world example.
* Contribute! - welcome to Duloc [such a perfect town](https://www.youtube.com/watch?v=X81AoBcVnaA), here we have some rules, let us lay them down...

## License

Copyright 2016 Tierra SpA

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

[http://www.apache.org/licenses/LICENSE-2.0](http://www.apache.org/licenses/LICENSE-2.0)

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.

---
_Source: https://npm.io/package/ninjagoat · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
