Skip to content

jasonkuhrt/molt

Folders and files

NameName
Last commit message
Last commit date

Latest commit

54dc290 · Feb 13, 2024
Nov 20, 2023
Nov 20, 2023
Nov 8, 2022
Feb 7, 2024
Nov 21, 2023
Sep 7, 2022
Nov 20, 2023
Sep 7, 2022
Sep 7, 2022
Sep 6, 2022
Nov 21, 2023
Nov 20, 2023
Feb 13, 2024
Feb 7, 2024
Sep 15, 2022
Nov 21, 2023
Oct 15, 2022

Repository files navigation

molt

A set of packages related to building CLIs. Each package has its own docs.

📛 Package Description Use Case Alternatives
🌲 molt
packages/molt
Batteries included CLI framework. Builds on top of the @molt/* packages. Building a CLI with multiple commands, sub-commands, etc. OClif Commander Yargs
🌱 @molt/command
packages/@molt/command
Type-safe CLI command definition and execution. Just want to setup a quick and dirty script, build a small one-command CLI, etc. Arg
@molt/name
packages/@molt/name
Sophisticated flag name parsing. Low level building block for your own CLI work. Nothing