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

jawakrama

v1.1.0

Published

Bahasa pemrograman berbasis Jawa Krama (Jawa Alus)

Readme

ꦗꦮꦏꦿꦩ Jawakrama

Bahasa Pemrograman Berbasis Jawa Krama (Jawa Alus) The Javanese Programming Language running on Node.js

Version License Node NPM VS Code

Jawakrama adalah bahasa pemrograman yang dirancang untuk membawa nuansa budaya Jawa ke dalam dunia koding. Dengan menggunakan sintaksis Basa Jawa Krama, Jawakrama membuat pemrograman terasa lebih sopan, berbudaya, dan unik, sambil tetap mempertahankan kekuatan ekosistem JavaScript/Node.js.


✨ Fitur Utama (Features) - v1.0.0

  • 🗣️ Sintaksis Jawa Krama: Menggunakan kata-kata seperti damel, menawi, kagem untuk koding.
  • 🚀 CLI Tool: Perintah mudah jawa init dan jawa <file> untuk memulai.
  • 🧩 VS Code Extension (v1.0.0): Dukungan syntax highlighting, snippets, dan tombol Run.
  • 🛑 Error Localization: Pesan error diterjemahkan ke Bahasa Jawa (contoh: Kalepatan Referensi).
  • Shorthand Aliases: Singkatan praktis (mnw, kgm, sanes) untuk koding lebih cepat.

📦 Instalasi (Installation)

Pastikan Anda sudah menginstall Node.js.

Via NPM (Recommended)

npm install -g jawakrama

Via Source (Development)

# Clone repository ini
git clone https://github.com/APTXmrnn/jawakrama-lang.git

# Masuk ke folder
cd jawakrama-lang

# Install dependencies & Link CLI
npm install
npm link

🚀 Cara Menggunakan (Usage)

1. Membuat Proyek Baru

Buat proyek baru dengan struktur dasar secara otomatis:

jawa init proyek_anyar
cd proyek_anyar

2. Menjalankan Kode

Jalankan file .jwa Anda:

jawa main.jwa
# Atau gunakan alias:
mlyu main.jwa

📝 Contoh Kode (Example)

Berikut adalah contoh program FizzBuzz dalam Jawakrama:

serat("--- FizzBuzz Jawakrama ---");

kagem (damel i = 1; i <= 15; i++) {
    menawi (i % 3 == 0 && i % 5 == 0) {
        serat("FizzBuzz");
    } sanes menawi (i % 3 == 0) {
        serat("Fizz");
    } sanes menawi (i % 5 == 0) {
        serat("Buzz");
    } sanesipun {
        serat(i);
    }
}

📚 Kamus Kata Kunci (Keywords)

| Jawakrama | Alias | JavaScript | Arti | | :--- | :--- | :--- | :--- | | damel | - | let | Membuat variabel | | tetep | - | const | Konstanta | | karya | - | function | Fungsi | | menawi | mnw | if | Jika | | sanesipun | sanes | else | Lainnya | | kagem | kgm | for | Untuk (Loop) | | serat | - | console.log | Cetak/Tulis |

📖 Dokumentasi Lengkap:

🛠️ VS Code Extension

Untuk pengalaman terbaik, install ekstensi Jawakrama Language Support dari VS Code Marketplace.

Cara Install:

  1. Buka VS Code
  2. Tekan Ctrl+P (atau Cmd+P di Mac)
  3. Ketik: ext install novens.jawakrama-highlight
  4. Tekan Enter

Ekstensi ini menyediakan:

  • Syntax Highlighting 🎨
  • Code Snippets ✂️
  • Run Button ▶️

🤝 Kontribusi

Monggo! Kontribusi sangat diterima. Silakan buat Pull Request atau laporkan Issue jika menemukan kalepatan (kesalahan).


Dibuat dengan ❤️ dan ☕ (kopi) untuk melestarikan budaya Jawa.