Skip to content

💡💡🚀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.

License

Notifications You must be signed in to change notification settings

NLComedy/quicksi

 
 

QUICKSI

View documentation here

View NPM package

HitCount npm version contributions welcome npm downloads

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

Installing quicksi globally gives you access to one command alone:
quicksi

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

About

💡💡🚀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.

Resources

License

Code of conduct

Contributing

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 58.2%
  • JavaScript 29.5%
  • Ruby 2.0%
  • HTML 2.0%
  • Shell 2.0%
  • CSS 1.9%
  • Other 4.4%