quicksi
Version:
[View documentation here](https://quicksi-bot.now.sh/)
51 lines (33 loc) • 1.51 kB
Markdown
# QUICKSI
[View documentation here](https://quicksi-bot.now.sh/)
[View NPM package](https://www.npmjs.com/package/quicksi)
[](http://hits.dwyl.com/AnayoOleru/quicksi)
[](https://www.npmjs.org/package/quicksi)
[](https://github.com/AnayoOleru/quicksi/issues)
[](http://npm-stat.com/charts.html?package=quicksi)
Quicksi is a command line tool with reuseable starters in different languages, frameworks and libraries designed to make it easy for developers to start projects without having to worry about the setup.
## Quick start
To get the latest version of quick
```
npx quicksi
```
> If you've previously installed quicksi globally via npm install -g quicksi, we recommend you uninstall the package using npm uninstall -g quicksi to ensure that npx always uses the latest version. Or see the other installations below if you want to install globally.
## Install globally
To install `quicksi` on your local machine, run:
```
npm i -g quicksi
```
or
```
yarn global add quicksi
```
<br/>
Installing quicksi globally gives you access to one command alone:
```
quicksi
```
<br/>
But you'll have to check for new versions of quicksi and update the package.
```
npm update -g quicksi
```