Quickly install, manage, and share your development packages with industry-leading tools for cross-platform dependency resolution.
npm install -g elomma-cli
Use the command line interface to start managing dependencies.
elomma init
Create a new package management configuration file for your project.
elomma add lodash
Search, select, and install any compatible development package.
# 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.
Check out our tutorials section for step-by-step guides to every package type and platform.
View Full Tutorials