1.0.1 • Published 8 years ago

js-ruby-speak v1.0.1

Weekly downloads
1
License
MIT
Repository
github
Last release
8 years ago

Description

  • A library of 20 utility functions inspired by Ruby functions and commands.

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?._

Installation

  npm install js-ruby-speak --save
  rjs = require('js-ruby-speak').default

  var a = { a: 1 }
  console.log('Cleared object a is', a.clear())

  var b = { b: 2}
  console.log('rjs.hashClear(b) is', rjs.hashClear(b))

Specifications

  • Develop 30 functions defined in Ruby in ES2015.
  • Create a README that describes each method and provides an example of use.
  • Publish package to NPM.
  • Write tests for those methods described.
  • Showcase methods in a simple website app.
  • The artifact produced is properly licensed, preferably with the MIT license.
  • Learn Test Driven Development enough to know what it is
  • All code is linted by standard.js
  • Create a guide with workflow suggestions (git, teamwork, Friday retro, etc.) to document what the group did and recommends
  • Learn some Ruby

Functions

1.0.1

8 years ago

1.0.0

8 years ago

0.9.11

8 years ago

0.9.10

8 years ago

0.9.9

8 years ago

0.9.8

8 years ago

0.9.7

8 years ago

0.9.6

8 years ago

0.9.5

8 years ago

0.9.4

8 years ago

0.9.3

8 years ago

0.9.2

8 years ago

0.9.1

8 years ago

0.9.0

8 years ago