Socket
Socket
Sign inDemoInstall

rectangular

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

rectangular

Simple rectangle and point classes


Version published
Weekly downloads
163
increased by136.23%
Maintainers
1
Weekly downloads
 
Created
Source

rectangular

Simple rectangle and point classes

Try the demo. (This demo just shows one or two features; it's really just a test harness.)

API documentation

Detailed API docs can be found here.

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:

$ 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:

$ 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:

$ 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.

FAQs

Package last updated on 30 Nov 2015

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc