Getting Started
Welcome to the documentation! This guide will help you get up and running quickly.
Quick Start
- Install the package:
bash
npm install my-package
- Import and use:
js
import { myFunction } from 'my-package'
myFunction()
Next Steps
- Check out the Installation guide for more details
- Browse the Examples to see it in action
- Read the API Reference for complete documentation