Skip to content

Releases: sbdh11/musicfetch

v0.1.1

10 Sep 13:03

Choose a tag to compare

📦 Release v0.1.1 — Initial Public Release

New release

  • First published version of musicfetch on npm.
  • Provides functionality to fetch and display music metadata.
  • Includes basic CLI setup for running via npx or as a dependency.

📖 Documentation

  • Added README.md with installation and usage instructions.
  • Published to npm: @sbdh11/musicfetch

🔧 How to Install

# Install locally
npm install @sbdh11/musicfetch

# Or run directly with npx
npx @sbdh11/musicfetch

✅ Next Steps

  • Improve CLI commands (add flags and options).
  • Add examples for integrating into Node.js projects.
  • Enhance error handling and logging.
  • Improve the code more.