republicvirgo / super-npm-pkg

:snowflake: Super npm package demo

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

:snowflake: Super npm package demo

License:MIT License


Languages

Language:JavaScript 100.0%