0.1.2 • Published 9 years ago

mean1 v0.1.2

Weekly downloads
1
License
-
Repository
github
Last release
9 years ago

mean1

A really simple test application that has no use whatsoever apart from printing text to the screen.

Installation

npm install mean1 --save

Usage

var mean1 = require('mean1'), consoleTest = mean1.consoleTest;

  consoleTest();
  consoleTest("Hello");
  consoleTest("Hello","How are you");

Tests

npm test

Contributing

Please 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.0 Initial release
0.1.2

9 years ago

0.1.1

9 years ago

0.1.0

9 years ago

0.0.2

9 years ago

0.0.1

9 years ago