scratch-js

1.0.2 • Public • Published

scratch-js

scratch-js is a Node Module that simplifies Node.js.

About

scratch-js is a Node module for Scratchers making the switch.

Install

Install using npm

npm install scratch-js

Usage

You can use scratch-js to access basic APIs, simplify functions, and more. But first you have to load the module. Here's a basic script using scratch-js.

var scratch = require("scratch-js")

scratch.repeat(3, function() {
    console.log('Welcome to the month of ' + scratch.monthName);
});

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 1.0.2
    5
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 1.0.2
    5
  • 1.0.1
    0
  • 1.0.0
    0

Package Sidebar

Install

npm i scratch-js

Weekly Downloads

4

Version

1.0.2

License

MIT

Last publish

Collaborators

  • bjskistad