LoDashfromScratch

Simple rework of lodash


License
ISC
Install
npm install LoDashfromScratch@1.1.0

Documentation

Description

Create a library of commonly used Lodash methods with documentation and commenting using ES6, publish the code as a package to NPM.

Context

This goal is important in learning JavaScript and understanding how high level developers 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

  • Write functions in ES6.
  • Create a ReadMe that describes each method and provides an example of use.
  • Publish package to NPM.
  • Write tests for those methods described.
  • Complete 25 commonly used functions from the LoDash library
  • The artifact produced is properly licensed, preferably with the MIT license.

Creative Commons License
This work is licensed under a Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License.