Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/ull-esit-dsi-1617/creacion-de-paquetes-npm-jimmy-fernando-triangle
- Owner: ULL-ESIT-DSI-1617
- Created: 2017-04-27T10:56:25.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2017-04-27T16:26:15.000Z (almost 8 years ago)
- Last Synced: 2024-09-20T09:07:35.647Z (4 months ago)
- Language: JavaScript
- Size: 2.93 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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}'
```