js-ruby-speak

1.0.1 • Public • Published

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

Functions

Readme

Keywords

none

Package Sidebar

Install

npm i js-ruby-speak

Weekly Downloads

4

Version

1.0.1

License

MIT

Last publish

Collaborators

  • bluemihai