@asenajs/asena-cli
v0.1.4
Published
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.
Downloads
167
Readme
Asena-cli
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.
Installation
bun install -g @asenajs/asena-cli
Usage
Documentation will be updated soon. For now you can use help command to see available commands.
Help
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.
Build
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
Init
Creates a .asenarc.json file with default values (requires manual updates).
asena init