1.0.1 • Published 8 years ago

simplelibrary v1.0.1

Weekly downloads
5
License
ISC
Repository
github
Last release
8 years ago

LG-simple-JS-library

Original Project Description

##Description

Create a library of commonly used JavaScript/Jquery/Lodash/Underscore methods with Documentation and commenting using ES2015, publish the code as a package to NPM.

##Context

This goal is important in learning JavaScript and understanding how high level developer's write code for others to use and to understand ES2015. This code will be used by other developers to make their jobs easier. The questions that this project will raise is how do we write packages that are easy to understand out of the box and simple to use right away. how to publish a package to NPM.

##Specifications

####Required

  • Pick 25 commonly used methods to rewrite in ES2015. 100% Complete

  • Create a ReadMe that describes each method and provides an example of use. 100% Complete

  • Publish package to NPM. 100% Complete

  • Write tests for the methods described. 100% Complete and all 88 tests are passing.

  • The artifact produced is properly licensed, preferably with the MIT license. Files included in project.