mlly
⚙️ ECMAScript module utilities
What is this?
mlly
is a set of ECMAScript module (ESM) utilities. It exposes several tools to bridge the gap between developer experience and the current state of ECMAScript modules.
Install
This package is ESM only.
yarn add @flex-development/mlly
Using Unreleased Commits
If you can't wait for a new release to check out the latest features, you can clone the mlly
repo to build from source or install the project from Git.
Build from Source
To build from source, you'll need a GitHub Personal Access Token named GITHUB_TOKEN
. It should have permissions for downloading and install packages from GitHub Packages.
git clone https://github.com/flex-development/mlly
cd mlly
yarn install
yarn build
Afterwards, use your preferred package manager to link the build to your current project.
Install from Git
yarn add @flex-development/mlly@flex-development/mlly
See npm-install or Git - Protocols for details on requesting a branch, commit, or tag.
Contribute
Disclaimer: This project has a code of conduct. By interacting with the project repository, organization, or community, you agree to abide by its terms.
See CONTRIBUTING.md
for details on contributing.
License
BSD 3-Clause © Flex Development