1.0.7 • Published 8 years ago

alpacaDash v1.0.7

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

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 17 commonly used methods in ES2015, inspired by Lodash.
  • 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.

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

1.0.7

8 years ago

1.0.5

8 years ago

1.0.4

8 years ago

1.0.3

8 years ago

1.0.2

8 years ago

1.0.1

8 years ago

1.0.0

8 years ago