DEV Community

Cover image for Meet Quicksi
Alpha Olomi
Alpha Olomi

Posted on

Meet Quicksi

Cover Photo by Kaur Martin on Unsplash

Meet Quicksi

Quicksi is a command line bot pert time tool, that can help you start projects easily and fast.

Why Quicksi

  • Enhance productivity

    Reusable starters in different languages, frameworks and libraries designed to make it easy for developers to start projects without having to worry about the setup.

  • Easy access to starters

    Tech Speakers or code instructors during workshops, doing tutorials or conferences can enable students or audience get easy access to all their tutorial starters, without needing to clone a repository all the time.

GitHub logo Quicksi-CLI / quicksi

๐Ÿ’ก๐Ÿ’ก๐Ÿš€Quicksi is an Open-Source command-line tool with re-useable starters in different languages, frameworks and libraries designed to make it easy for developers to start projects without having to worry about the setup. And for code instructors in tutorials, conferences, workshops to give easy access to their students.

Getting started

Quick start

To get the latest version of quick

npx quicksi
Enter fullscreen mode Exit fullscreen mode

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
Enter fullscreen mode Exit fullscreen mode

or

yarn global add quicksi
Enter fullscreen mode Exit fullscreen mode



Installing quicksi globally gives you access to one command alone:

quicksi
Enter fullscreen mode Exit fullscreen mode



But you'll have to check for new versions of quicksi and update the package.

npm update -g quicksi
Enter fullscreen mode Exit fullscreen mode

For more info visit https://quicksi-bot.now.sh/docs/en/installation

Contribute

All contributions are more than welcome!, See contribution guide

Feedback

Make quicksi better, Quicksi will love to hear your feedback give us your feedback here!

Top comments (0)