1.0.4 • Published 7 years ago

firstsample v1.0.4

Weekly downloads
2
License
ISC
Repository
github
Last release
7 years ago

FirstNPMTry

Sample code to try below basic npm related things, using mocha test framework, chai assertion library Just first time users can use this package to test how these things work

npm login

npm init

creating package dependencies

writing some tests using mocha

writing some assertions using chai

npm publish

Installation

'npm install firstsample'

Usage

var sampleTest = require('firstsample');

var result = sampleTest.firstmodule();

Output should be 'My First NPM Publish'

Tests

'npm test'

1.0.4

7 years ago

1.0.3

7 years ago

1.0.2

7 years ago

1.0.1

7 years ago

1.0.0

7 years ago

0.0.1

8 years ago