clitoo
v1.0.4
Published
Get your project started using a framework of your choice,from our list of starter templates all spinned up and ready to go.
Downloads
320
Readme
Getting started with our CLI tool (WIP)
Get your project started using a framework of your choice,from our list of starter templates all spinned up and ready to go.
Installation
install our cli globally by running the following command
npm install -g create-template-app
After doing this our cli tool is now available globally and can be used in your machine
Usage
To create a template run:
create-template-app name-of-your-project -t name-of-template
Commands
The CLI accepts the following arguments
- argument 1 :
name-of-project
this argument is the name of your project - argument 2 :
--template name-of-template
this argument is the name of the template you wish to use
Available Templates
- Reactjs
- nextjs
- sveltejs
- custom
Developing
Once you've created a project, then cd into your project
and install dependencies with npm install
(or pnpm install
or yarn
), start a development server:
npm run dev
Building
To create a production version of your app:
npm run build