@jalter4/fsc-first-module
Version:
My first module from FSC! =)
26 lines (16 loc) • 360 B
Markdown
# Simple Node.js Module
This module is for studying how to create and use public npm packages.
## Installation
```bash
npm install fsc-first-module
```
## Usage
```js
const myModule = require('fsc-first-module');
myModule.hello(); // Example usage
```
## Features
- Easy to use
- Great for learning npm modules
## License
MIT