veca-cli
v1.1.4
Published
CLI for VECA Framework
Readme
veca-cli
veca-cli is a command-line interface for the VECA Framework. It provides commands to create a new project and generate new components.
Installation
Install veca-cli globally using npm:
npm install -g veca-cliUsage
Create a new project
To create a new project, use the create-project command followed by the name of your project:
veca create-project <project-name>or
veca cp <project-name>Generate a new component
To generate a new component, use the generate-component command followed by the name of your component:
veca generate-component <component-name>or
veca gc <component-name>You can optionally specify a path for the component:
veca generate-component <component-name> <component-path>Contributing
Contributions are welcome. Please open an issue or submit a pull request on the GitHub repository.
