1.0.0 • Published 7 years ago

clever-impala v1.0.0

Weekly downloads
3
License
MIT
Repository
github
Last release
7 years ago

clever-impala

NPM module for common JS utility functions

#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 for:

learning JavaScript
understanding how developer write higher-level code for others to use
understanding ES2015

##This code will be used by other developers to make their jobs easier.

##The questions that this project will raise are:

how do we write packages that are easy to understand and simple to use out of the box?
how to publish a package to NPM?

#Specifications ##Required

[ ] - Includes a list of 15 commonly used Lodash methods to rewrite in ES2015.
[ ] - Includes a README that describes each method and provides an example of use.
[ ] - Package is published with NPM.
[ ] - Includes tests for all methods described.
[ ] - The artifact produced is properly licensed, preferably with the MIT license.

#Stretch Goals

[ ] - Do 5 more functions if have met the requirement of finishing 15. 

##Optional

Showcases methods in a simple website app.