npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2025 – Pkg Stats / Ryan Hefner

konversi-pro

v3.0.2

Published

Konversi file TXT → CSV kompatibel dengan Bitwarden, Google, LastPass, KeePass, dll. + Web UI React.

Downloads

30

Readme

⚡ Konversi Pro

npm license build

Konversi Pro adalah toolkit open-source untuk konversi data berbasis teks menjadi format siap pakai (CSV, JSON, dll) dengan dukungan template seperti Google Password Manager, LastPass, dsb.
Dilengkapi CLI (terminal) dan Web UI (React + drag & drop).


🚀 Fitur Utama

  • 🔄 CLI cepat & ringan (pakai Node.js)
  • 🖥️ Web UI React dengan drag & drop + preview
  • 📦 Template siap pakai (Google Passwords, LastPass, Custom JSON, dll)
  • 🛠️ Mudah dikembangkan & dikustomisasi
  • ⚡ Didukung ESM (ECMAScript Module) modern

📦 Instalasi

Global

npm install -g konversi-pro

Local (per project)

npm install konversi-pro

🖥️ Penggunaan CLI

Format umum:

npx konversi-pro <input.txt> <output.csv> --template=<nama-template>

Contoh:

npx konversi-pro data.txt hasil.csv --template=google-passwords

👉 Template yang tersedia:

  • google-passwords
  • lastpass
  • json
  • custom

🌐 Web UI

Jalankan development server:

npm run dev

Buka di browser: http://localhost:5173

Fitur:

  • Drag & drop file .txt
  • Preview hasil parsing
  • Download hasil CSV

📂 Struktur Project

konversi-pro/
├── bin/cli.js           # CLI entrypoint
├── src/
│   ├── core/            # Parser & engine
│   ├── templates/       # Template (Google, LastPass, JSON, dll)
│   └── web/             # React Web UI
├── package.json
├── README.md
└── CHANGELOG.md

🤝 Kontribusi

  1. Fork repo ini
  2. Buat branch fitur baru:
    git checkout -b fitur/awesome
  3. Commit dengan format Conventional Commit:
    git commit -m "feat: tambah template lastpass"
  4. Push & buat Pull Request

Pastikan commit linting lolos:

npm run lint

📜 Release

Release otomatis via GitHub Actions:

  • Changelog (CHANGELOG.md) diperbarui otomatis
  • Tag & versi baru dibuat saat merge ke main

Manual bump versi:

npm version patch
npm publish
git push --follow-tags

📄 Lisensi

MIT © Arifi Razzaq