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 🙏

© 2026 – Pkg Stats / Ryan Hefner

aksara-writer

v0.1.8

Published

Command line interface for Aksara Writer - Modern markdown converter for Indonesian businesses

Readme

Aksara Writer CLI

npm version License: MIT

Modern markdown-to-document converter designed for Indonesian businesses. Convert your markdown files to professional PDF, HTML, and PowerPoint presentations with Indonesian business templates.

Installation

Global Installation

npm install -g aksara-writer

Usage

After installation, you can use the aksara-writer command globally:

# Convert markdown to PDF
aksara-writer convert document.md --format pdf --output document.pdf

# Convert to HTML with specific theme
aksara-writer convert proposal.md --format html --theme corporate --output proposal.html

# Convert to PowerPoint presentation
aksara-writer convert presentation.md --format pptx --output presentation.pptx

Commands

Convert

Convert markdown files to various formats:

aksara-writer convert <input.md> [options]

Options:

  • -f, --format <format> - Output format: html, pdf, or pptx (default: html)
  • -o, --output <output> - Output file path
  • -t, --theme <theme> - Document theme: default, minimal, corporate, government
  • --template <template> - Document template: default, invoice, proposal, report, contract, letter
  • --locale <locale> - Document locale: id (Indonesian) or en (English) (default: id)

Templates

List available templates:

aksara-writer templates

Themes

List available themes:

aksara-writer themes

Initialize

Create a sample markdown file with Aksara directives:

aksara-writer init [filename]

Aksara Directives

Add special directives to your markdown to control document appearance:

<!--
aksara:true
type: presentation
size: 16:9
meta:
    title: My Presentation
    subtitle: Professional Document
header: | ![image w:40px h:40px](./logo.svg) | Company Name | 2025 |
footer: © 2025 Your Company - Confidential
background: ./background.jpg
-->

# Your Content Here

Document Types

Document Mode

Perfect for formal business documents, contracts, and reports with A4 page sizing.

<!--
aksara:true
type: document
template: proposal
theme: corporate
-->

Presentation Mode

Ideal for slide presentations with 16:9 or 4:3 aspect ratios.

<!--
aksara:true
type: presentation
size: 16:9
theme: minimal
-->

Templates

  • 📄 Default - Dokumen Umum
  • 🧾 Invoice - Faktur Penjualan
  • 📋 Proposal - Proposal Bisnis
  • 📊 Report - Laporan Bisnis
  • 📝 Contract - Kontrak Legal
  • 📮 Letter - Surat Resmi

Themes

  • 🏢 Default - Indonesian Business
  • ✨ Minimal - Clean Design
  • 🏛️ Corporate - Formal Corporate
  • 🏛️ Government - Government Official

Examples

Business Proposal

aksara-writer convert proposal.md --format pdf --template proposal --theme corporate

Invoice

aksara-writer convert invoice.md --format html --template invoice

Presentation

aksara-writer convert slides.md --format pptx --theme minimal

Requirements

  • Node.js 18.0.0 or higher
  • Modern web browser (for PDF generation)

About Ak'sara Initiative

Ak'sara draws from the Sanskrit word for "character" or "alphabet," representing our mission to advance Indonesia's digital literacy. We believe that just as every story is built from individual letters, the best applications are crafted from well-written code.

Our Projects

  • Aksara Writer - Document creator for businesses
  • Aksara IS - No-code application builder
  • Personal AI Assistant - Offline AI assistant
  • MerdekaOS - Arch-based Linux distribution

Learn more: ak-sara.github.io

Contributing

We welcome contributions! Please see our contribution guidelines.

License

MIT License - see LICENSE file for details.


Made with ❤️ for Indonesian businesses by the Ak'sara Initiative

Indonesian Flag