Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/shankara-subramani/quik-app

🚧A cli app to get you started with your own recipe
https://github.com/shankara-subramani/quik-app

cli cli-app nodejs npm npm-package starter

Last synced: 7 days ago
JSON representation

🚧A cli app to get you started with your own recipe

Awesome Lists containing this project

README

        

# quik-app ⚡️
A cli app to get you started with your own recipe

## Install

```
$ npm i quik-app --global
```

## Usage
Running `quik-app` launches the interactive UI that guides you through the process.

```
quik-app

Questions
Name of the project?
Where do you want me to install? (Project directory)
Do you want to install any ui libraries? (Select between element-react and antd)
Want axios to be installed?
Want react-router to be installed?
Want lodash to be installed?
Want react-bootstrap-table to be installed?
```
Note: this version currently supports react for now, I'll be adding Vue soon 🤞🏻

## ToDo
- [ ] Add Vue and React as options
- [ ] Add progress bar to installation
- [ ] [Fuzzy Path](https://github.com/adelsz/inquirer-fuzzy-path)
- [ ] Add more UI libraries