0.0.2 • Published 3 years ago
vue-add-community v0.0.2
Vue Add
🏗 CURRENTLY WORKING ON
Vue Add is a CLI with the main objective of been able to add and autoconfigure new libraries in a Vue project.
For example, if you want to add a new library called vue-router
, you can run vue-add vue-router
and the CLI will install and configure library for you.
Mayor Features
- Detect the proyect Package Manager (npm or yarn)
- Parse arguments when running the script
- Propmpt for libraries to add
- Install librarys using the Package Manager
- Configure the proyect with the installed librarys