/super-npm-pkg

:snowflake: Super npm package demo

Primary LanguageJavaScriptMIT LicenseMIT

super-npm-pkg

npm

npm

Super npm package demo. Currently a simple print function. The super name is Just Exaggerating™.

Installation

npm install --save super-npm-pkg

Usage

// import the module
const snp = require('super-npm-pkg')

// the color is red by default
snp.print('green')
// [super!]

License

MIT