Bandersnatch
- Topic CLI Repl
- instanceOf CLI-framework
- repo: https://github.com/hongaar/bandersnatch
- written-in: typescript
Features
- 🌊 Fluid syntax, intuitive to use
- 🔜 Autocompletion of commands, arguments, options and choices
- ➰ Built-in REPL for interactive programs with 🔙 Command history
- 💬 Can prompt for missing arguments
- 🤯 Built for TypeScript, command arguments are fully typed
- 🪆 Supports singular (e.g.
foo
) and nested commands (e.g.foo bar
) - 🏃 Argument types are guaranteed at runtime (coming soon)
Backlinks