Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/shankara-subramani/quik-app
- Owner: shankara-subramani
- Created: 2018-09-11T16:18:06.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-09-11T18:48:24.000Z (over 6 years ago)
- Last Synced: 2025-01-14T01:47:14.711Z (about 1 month ago)
- Topics: cli, cli-app, nodejs, npm, npm-package, starter
- Language: JavaScript
- Homepage: https://www.npmjs.com/package/quik-app
- Size: 34.2 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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-appQuestions
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