create-ecto-app
v1.0.5
Published
Welcome to the **Ecto CLI Tool**! π
Downloads
17
Readme
Ecto CLI Tool π
Welcome to the Ecto CLI Tool! π
A simple and powerful CLI tool to create and set up Ecto projects with optional Bootstrap and Native templates. ππ©βπ» This tool helps you quickly initialize a project with customizable options for frontend frameworks like Bootstrap and Native. π§
Installation π»
To install the tool globally, run the following command:
npm install -g create-ecto-appUsage π¦
Once installed, create a new project by running:
create-ecto-appYou will be prompted for the following options:
- Project Name: Enter the name of your new project. π
- Template Option: Choose between:
Bootstrap(default) πNative(if you want a Native setup) π±
After project creation, follow these steps:
Navigate to your project directory:
cd <your_project_name> πΌStart your project with live-server (optional):
live-server π
