1.0.4 • Published 3 years ago
cli-three v1.0.4
CLI Three
Version 1.0.4
A command line interface to initialize projects runing with Vite.
Add Three.js library and merges a template in your root folder.
Offers 3 types of templates right out of the box:
- Vanilla
- Vue
- React
Installation
npx cli-three
Usage
Vannilla template:
npx cli-three init myapp
npx cli-three init myapp --conf vannilla
Vue template:npx cli-three init myapp --conf vue
React template:npx cli-three init myapp --conf react