@jalter4/fsc-first-module
v1.0.1
Published
My first module from FSC! =)
Readme
Simple Node.js Module
This module is for studying how to create and use public npm packages.
Installation
npm install fsc-first-moduleUsage
const myModule = require('fsc-first-module');
myModule.hello(); // Example usageFeatures
- Easy to use
- Great for learning npm modules
License
MIT
