@apia/cli
v4.0.60
Published
This library provides several utilities, mainly oriented to external developers consuming our development tools.
Readme
Apia Command Line
This library provides several utilities, mainly oriented to external developers consuming our development tools.
Custom components
apia create component [component_name]
Creates a boilerplate structure on ./components/[component_name] providing the starting code for compiling custom components.
apia compile component [component_name] [--watch]:
Compiles the component, provided it's located under ./components/[component_name]. If --watch is passed as argument, then the compilation is made in watch mode for development purposes.
