Asena cli tool for helping usage of asena framework. With asena-cli you can bundle or build a single executable file for your asena project.
bun install -g @asenajs/asena-cli
Documentation will be updated soon. For now you can use help command to see available commands.
asena --help
Commands:
asena build For building the project and preparing it for production deployment.
asena init Creates a .asenarc.json file with default values (requires manual updates).
asena dev start Builds the project and starts the output file in development mode.
Asena build autmaticly search for your .asenarc.json file in your project root directory. If you don't have one you can create it with asena init
command.
asena build
Creates a .asenarc.json file with default values (requires manual updates).
asena init