Skip to content

distributed-systems/esm

Repository files navigation

ESM CLI

the es-modules command line interface

esm <command>

Commands:

  • esm help [command] shows help information for esm or one of its commands
  • esm link source-path links the dependency from source-path to the current projects es-modules folder

Configuration files are stored in /home/ee/.esm

ESM organizes your modules and its dependencies in a flat structure. You always know where to find your modules.

my-winning-projects
β”œβ”€β”€ es-modules
β”‚   β”œβ”€β”€ vendor
β”‚   β”‚   └── module
β”‚   β”‚       └── version
β”‚   β”‚           └── es-modules -> ../../../
β”‚   └── distributed-systems
β”‚       └── http2-server
β”‚           β”œβ”€β”€ x -> ../2.3.19
β”‚           β”œβ”€β”€ 2.x -> ../2.3.19
β”‚           β”œβ”€β”€ 2.3.x -> ../2.3.19
β”‚           └── 2.3.19
β”‚               β”œβ”€β”€ es-modules -> ../../../
β”‚               └── src
β”‚                   β”œβ”€β”€ HTT2Server.mjs
β”‚                   β”œβ”€β”€ Response.mjs
β”‚                   └── Request.mjs
β”œβ”€β”€ src
β”‚   └── MyModule.mjs
└── module.yml

About

The ES-Modules CLI

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published