# rectangular

> Simple rectangle and point classes

Latest version **1.0.1** (published 2015-11-30) · MIT license · 0 weekly downloads

## Install

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

## Health

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

Positive: no vulnerabilities.

Warnings: low downloads; no types; no esm support.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 1.0.1 |
| Published | 2015-11-30 |
| First published | 2015-09-09 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 0 |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 1 |
| Author | SWirts, JEiten |
| Maintainers | joneit |

## Links

- npm: https://www.npmjs.com/package/rectangular
- Repository: https://github.com/openfin/rectangular
- Homepage: https://github.com/openfin/rectangular#readme
- Issues: https://github.com/openfin/rectangular/issues
- npm.io page: https://npm.io/package/rectangular

## Recent versions

- 1.0.1 (latest) — 2015-11-30
- 1.0.0 — 2015-10-22
- 0.9.0 — 2015-09-09
- 0.1.0 — 2015-09-09

## README

# rectangular
Simple rectangle and point classes

Try the [demo](https://openfin.github.io/rectangular/demo.html). _(This demo just shows one or two features; it's really just a test harness.)_

## API documentation

Detailed API docs can be found [here](http://openfin.github.io/rectangular/).

## Regarding submodules

This repo has a git _submodule_, which on the remote appears as a folder that
is actually a pointer to another repo, similar to a linux _symbolic link_. 
On your local it is a normal folder with a copy of that other repo's contents.

### Cloning

When cloning this repo keep in mind that the `jsdoc-template` folder is a submodule.
Therefore, be sure to give the `--recurse-submodules` option to checkout the
contents of the submodule:

```shell
$ git clone --recurse-submodules https://github.com/openfin/repo-name-goes-here.git
```

If you forget, you can still do it (soon) after cloning as a separate command:

```shell
$ git clone https://github.com/openfin/repo-name-goes-here.git
$ git submodule update --init --recursive
```

### Re-purposing for a new repo

_Openfin developers:_
If you want to use this build template for a new repo, to continue to make use
of the symbolic link to the shared `jsdoc-template` folder, issue the following
commands:

```shell
$ rm -drf jsdoc-template/
$ rm .gitmodules
$ git submodule add https://github.com/openfin/jsdoc-template jsdoc-template
 ```
 
 These changes will then need to be committed.

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