Elomma Packages

Get Started with Dev Packages

Quickly install, manage, and share your development packages with industry-leading tools for cross-platform dependency resolution.

Install Now View Tutorials

3 Easy Steps to Start

Install CLI

npm install -g elomma-cli

Use the command line interface to start managing dependencies.

Initialize Project

elomma init

Create a new package management configuration file for your project.

Add Dependencies

elomma add lodash

Search, select, and install any compatible development package.

Command Line Setup Example

# Initialize and install example
$ elomma init
? What should your package name be? my-project
? What version? @latest

# Install a specific package
$ elomma add axios
✔ Package axios@1.2.3 added successfully

The CLI automatically resolves the latest stable version and its dependencies.

Need More Help Getting Started?

Check out our tutorials section for step-by-step guides to every package type and platform.

View Full Tutorials