rolo init
Initialize a new extension project.
Usage
rolo init [projectName] [options]
Options
-t, --template <template>: Template to use (vanillaorreact).
Description
- Prompts for project name and template if not provided.
- Sets up a new project directory with the chosen template.
- Copies template files and creates a
rolo.config.json.
Example Output
- Prompts for project name and template if not provided.
- Logs success or error messages.
Notes
- Run this command in the directory where you want to create your new extension project.