Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/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.
https://github.com/Quicksi-CLI/quicksi

angular-starter-kit angular-starter-template command-line command-line-tool javascript javascript-library node-starter-app node-starter-kit quickstart react-native-starter react-native-starter-kit react-starter-kit react-starter-project start-project starter starter-kit typescript vue-starter vue-starter-template vue-starterkit

Last synced: 3 months ago
JSON representation

๐Ÿ’ก๐Ÿ’ก๐Ÿš€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.

Awesome Lists containing this project

README

        

# QUICKSI

##### Transferred from a personal GitHub account to an organization GitHub account.

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

[View NPM package](https://www.npmjs.com/package/quicksi)

##### Previous Hits on a personal account
[![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.

### Goal of Quicksi

Getting a new project up and running can be time consuming and demotivating when what you really want is to just work on your idea. It can take hours/days to get through all the boilerplate before you can get to any actual work.

The goal of Quicksi is to give you a strong, modern project with just a few commands so you can begin writing your application from the start and not worry about the boilerplate or the whole starting process.

## 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
```