Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

node.helper.js

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

node.helper.js

A small module that provides a easy way to create the application help logs.

  • 1.0.0
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
1
Maintainers
1
Weekly downloads
 
Created
Source

helper.js

A small module that provides a easy way to create the application help logs.

Installation

npm install helper.js --save

helper.json

{
	"Helper.js": {

		"Define": "Create your helper.json;",
		"Require": "var Helper = require( 'helper.js' );",
		"Instantiate": "var help = new Helper( 'path/to/helper.json' );",
		"Usage": "help.show();"

	}
}

Usage

var helper = require( 'helper.js' )
	help = new helper( './path/to/your/helper.json' );

help.show();

Tests

npm test

Release History

  • 1.0.0 Initial release

Keywords

FAQs

Package last updated on 27 May 2014

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc