Core
AdonisJS is a TypeScript-first web framework for building web apps and API servers. It comes with support for testing, modern tooling, an system of official packages, and more. ## Commands
help- Helprun- Runinfo- Infostatus- Status
Features
- Core functionality from adonisjs/core
Usage
Run any command: core <command> [args]
💬 Feedback & Feature Requests: https://bytesagain.com/feedback Powered by BytesAgain | bytesagain.com
Examples
# Show help
core help
# Run
core run
-
Run
core helpfor all commands -
Run
core helpfor all commands
When to Use
- as part of a larger automation pipeline
- when you need quick core from the command line
Output
Returns structured data to stdout. Redirect to a file with core run > output.txt.
Configuration
Set CORE_DIR environment variable to change the data directory. Default: ~/.local/share/core/