UNPKG

quicksi

Version:

[View documentation here](https://quicksi-bot.now.sh/)

51 lines (33 loc) 1.51 kB
# QUICKSI [View documentation here](https://quicksi-bot.now.sh/) [View NPM package](https://www.npmjs.com/package/quicksi) [![HitCount](http://hits.dwyl.com/AnayoOleru/quicksi.svg)](http://hits.dwyl.com/AnayoOleru/quicksi) [![npm version](https://img.shields.io/npm/v/quicksi.svg?style=flat-square)](https://www.npmjs.org/package/quicksi) [![contributions welcome](https://img.shields.io/badge/contributions-welcome-brightgreen.svg?style=flat)](https://github.com/AnayoOleru/quicksi/issues) [![npm downloads](https://img.shields.io/npm/dm/quicksi.svg?style=flat-square)](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 ```