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
- Registry: https://es-modules.co/
- API (http2 only): https://api.es-modules.co/
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