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

https://github.com/tilakmaddy/kick-starter-for-webapps

A sexy command prompt to kick start development on any web framework without having to search online for fancy boilerplates
https://github.com/tilakmaddy/kick-starter-for-webapps

boilerplate-template javascript python-3 task-runner

Last synced: about 1 month ago
JSON representation

A sexy command prompt to kick start development on any web framework without having to search online for fancy boilerplates

Awesome Lists containing this project

README

          

# Kick Starter For Web Apps

A sexy command prompt to kick start development on any web framework without having to search online for fancy boilerplates.

![Photo](sample.gif)

There is a curative list of most common frameworks available with the documentation URL

## Contribution

In the `kick.py` file , there is a dictionary called `frameworks` which has all the urls . Just add on more to it.

```python
frameworks = {

# Front end frameworks like jQuery, Foundation, etc..

"jquery" : "https://github.com/websanova/boilerplate/archive/master.zip",
"foundation6" : "https://github.com/zurb/foundation-sites/archive/master.zip",
"bootsrap" : "https://github.com/wanasit/boilerplate/archive/master.zip",
"react" : "https://github.com/buckyroberts/React-Boilerplate/archive/master.zip",
"angular2" : "https://github.com/buckyroberts/angular-2-template/archive/master.zip",

# Backend frameworks like PHP

"codeigniter" : "https://github.com/bcit-ci/CodeIgniter/archive/3.1.3.zip",
"backbone" : "https://github.com/tbranyen/backbone-boilerplate/archive/master.zip",
"vue2" : "https://github.com/petervmeijgaard/vue-2.0-boilerplate/archive/master.zip",
"fuelphp" : "https://github.com/fuelphp/fuelphp/archive/master.zip"

}
```

### Key : Command & Value: Github URL