Socket
Book a DemoInstallSign in
Socket

hello-nodemodule

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

hello-nodemodule

First approach to create a node module.

latest
Source
npmnpm
Version
0.1.5
Version published
Maintainers
1
Created
Source

hello-nodemodule

First approach to create a node module.

Installation

npm install hello-nodemodule --save

Usage

var hello = require('hello-nodemodule');

console.log(hello.displayMessage());

console.log(hello.getString());

console.log(hello.getInteger());

Tests

npm test

Contributing

In lieu of a formal styleguide, take care to maintain the existing coding style. Add unit tests for any new or changed functionality. Lint and test your code.

Release History

  • 0.1.5 Improving README.
  • 0.1.4 Fixed Makefile & improved README.
  • 0.1.3 Fixed tests.
  • 0.1.2 Added two more methods for testing purpose.
  • 0.1.1 Minor fix.
  • 0.1.0 Initial release

Keywords

hello

FAQs

Package last updated on 27 Dec 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