Skip to content

Commit

Permalink
docs(readme): simplify the introduction
Browse files Browse the repository at this point in the history
  • Loading branch information
hasundue committed Dec 5, 2023
1 parent 97db9cf commit a5cf060
Showing 1 changed file with 5 additions and 7 deletions.
12 changes: 5 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,16 +10,14 @@
Molt is a [Deno] module to bump versions in import specifiers, like [udd], but
with some unique concepts:

**The Deno way** - Molt finds dependencies with [deno_graph], and checks their
latest versions by letting registries redirect unversioned import specifiers.
This enables us to support variety of registries with a minimum effort.
**The Deno way** - Molt finds dependencies and checks their latest versions in
the same way as Deno runtime and Deno's official registries do.

**Module-first** - The core logic is provided as versatile functions in a Deno
module, which enables you to write the best scripts for your use cases.
**Module-first** - The core logic is provided as a Deno module, which enables
you to write the best scripts for your use cases.

**Git-friendly** - The operations can be easily divided into logical groups for
subsequent git commits. A submodule and CLI for git operations are also
provided.
subsequent git commits.

## Usage

Expand Down

0 comments on commit a5cf060

Please sign in to comment.