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-berkan-javier-square
https://github.com/ull-esit-dsi-1617/creacion-de-paquetes-npm-berkan-javier-square
Last synced: 15 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/ull-esit-dsi-1617/creacion-de-paquetes-npm-berkan-javier-square
- Owner: ULL-ESIT-DSI-1617
- Created: 2017-04-24T21:50:43.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2017-04-26T11:59:37.000Z (almost 8 years ago)
- Last Synced: 2025-01-04T21:43:47.393Z (22 days ago)
- Language: JavaScript
- Size: 363 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
[![Build Status](https://travis-ci.com/ULL-ESIT-DSI-1617/creacion-de-paquetes-npm-berkan-javier-square.svg?token=4bxTspp6bziFqEzUesyb&branch=master)](https://travis-ci.com/ULL-ESIT-DSI-1617/creacion-de-paquetes-npm-berkan-javier-square)
# PRÁCTICA 8: Creación de paquetes NPM.
* Uno de los objetivos de esta práctica es aprender a crear packages NodeJS y publicarlos en npm. El paquete se construye a partir de el código que se desarrolló en la práctica evaluar strategy pattern.
* En esta tarea deberá trabajar con varios repos, uno para el módulo principal ull-shape y uno para cada shape específica: cree los diferentes repos dentro de la organización ULL-ESIT-DSI-1617 siguiendo el patrón creacion-de-paquetes-npm-team para el módulo principal y creacion-de-paquetes-npm-team-triangle para el del triángulo, etc.
* Escriba documentación para cada uno de los módulos (Véase documentation.js, jsdoc, docco)
Añada pruebas para cada uno de los módulos* Integre usando Travis
## Enlaces
* [Enlace descripción de la práctica](https://casianorodriguezleon.gitbooks.io/ull-esit-1617/content/apuntes/nodejspackages.md)
* [Enlace página asignatura](https://campusvirtual.ull.es/1617/course/view.php?id=1136)
* [Enlace repo Shape](https://github.com/ULL-ESIT-DSI-1617/creacion-de-paquetes-npm-berkan-javier-35l1-1)
* [Enlace repo Rectangle](https://github.com/ULL-ESIT-DSI-1617/creacion-de-paquetes-npm-berkan-javier-rectangle)
* Autores: [Berkan](https://berkanrhdz.github.io) , [Javier](https://javiergonher.github.io/)
* [Enlace modulo Shape](https://www.npmjs.com/package/@ull-berkan-javier/ull-shape)
* [Enlace plugin Square](https://www.npmjs.com/package/@ull-berkan-javier/ull-shape-square)
* [Enlace plugin Rectangle](https://www.npmjs.com/package/@ull-berkan-javier/ull-rectangle)
* [Enlace documentacion shapearea.js](https://ull-esit-dsi-1617.github.io/creacion-de-paquetes-npm-berkan-javier-35l1-1/)
* [Enlace documentacion square.js](https://ull-esit-dsi-1617.github.io/creacion-de-paquetes-npm-berkan-javier-square/)
* [Enlace documentacion rectangle.js](https://ull-esit-dsi-1617.github.io/creacion-de-paquetes-npm-berkan-javier-rectangle/)