Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/ull-esit-dsi-1617/creacion-de-paquetes-npm-jimmy-fernando-triangle


https://github.com/ull-esit-dsi-1617/creacion-de-paquetes-npm-jimmy-fernando-triangle

Last synced: 15 days ago
JSON representation

Awesome Lists containing this project

README

        

# @ull-team-fernando-jimmy/ull-shape-triangle
[![Build Status](https://travis-ci.org/ULL-ESIT-DSI-1617/creacion-de-paquetes-npm-jimmy-fernando-triangle.svg?branch=master)](https://travis-ci.org/ULL-ESIT-DSI-1617/creacion-de-paquetes-npm-jimmy-fernando-triangle)

Calcula el área de un Triángulo.
* [Documentación](docs/TRIANGLE.md)

## Instalación

```bash
$ npm install --save @ull-team-fernando-jimmy/ull-shape
```

## Ejecución línea de comandos
```bash
$ node_modules/.bin/team-area Triangle '{width: 20, height: 10}'
```