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-alejandro-carlos-samuel-35l2-p5
creacion-de-paquetes-npm-alejandro-carlos-samuel-35l2-p5 created by GitHub Classroom
https://github.com/ull-esit-dsi-1617/creacion-de-paquetes-npm-alejandro-carlos-samuel-35l2-p5
Last synced: 15 days ago
JSON representation
creacion-de-paquetes-npm-alejandro-carlos-samuel-35l2-p5 created by GitHub Classroom
- Host: GitHub
- URL: https://github.com/ull-esit-dsi-1617/creacion-de-paquetes-npm-alejandro-carlos-samuel-35l2-p5
- Owner: ULL-ESIT-DSI-1617
- Created: 2017-04-22T10:59:10.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2017-04-26T18:50:43.000Z (almost 8 years ago)
- Last Synced: 2025-01-02T07:06:55.270Z (25 days ago)
- Language: JavaScript
- Size: 1.13 MB
- Stars: 0
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
[![Build Status](https://travis-ci.org/ULL-ESIT-DSI-1617/creacion-de-paquetes-npm-alejandro-carlos-samuel-35l2-p5.svg?branch=master)](https://travis-ci.org/ULL-ESIT-DSI-1617/creacion-de-paquetes-npm-alejandro-carlos-samuel-35l2-p5) [![npm version](https://badge.fury.io/js/%40alejandro-carlos-samuel%2Full-shape.svg)](https://badge.fury.io/js/%40alejandro-carlos-samuel%2Full-shape)
# Práctica: Creación de Paquetes NPM y Strategy Pattern
## Uso
* Para instalar el paquete ejecutar:
```bash
npm i -S @alejandro-carlos-samuel/ull-shape
```
* Para utilizar el paquete añadir la siguiente línea:
```javascript
let myShape = require('@alejandro-carlos-samuel/ull-shape');
```## Miembros del equipo
* [Alejandro Arzola](http://aleag.github.io)
* [Carlos de Armas](http://alu0100816167.github.io)
* [Samuel Valcárcel](http://cosaca.github.io)