Lokio

npm
v2.0.6 982.0k stars 2M/week Updated 2026-01-22

Lokio is a package manager for helping you to build your project faster and easier.

bun flutter go rust python

Installation

npm install lokio

Key Features

Zero dependencies
Works in linux, windows, and macos
Support for multiple languages
Make your pattern
Easy to use for collaboration team

Usage Example


  // This package usage in cli
  Quick Start

  $ lokio init           Initialize Lokio in your project
  $ lokio add            Add a new template
  $ lokio gen            Generate code from template


Commands

  init                   Initialize Lokio in current project
  gen | g [template]     Generate code from template
  add | a [name]         Add a new template
  edit | e <name>        Edit an existing template
  remove | rm <name>     Remove a template


Options
  -V, --version          Show version number
  -h, --help             Display help for command
  -m, --multi            Create multi-file template (for add)


Examples

  $ lokio g                Generate code from template
  $ lokio g screen Home    Generate 'screen' template with name 'Home'
  $ lokio add api --multi  Add multi-file template named 'api'
  $ lokio edit component   Edit 'component' template configuration