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
- Host: GitHub
- URL: https://github.com/tilakmaddy/kick-starter-for-webapps
- Owner: TilakMaddy
- Created: 2017-02-26T15:07:46.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-02-26T15:16:47.000Z (over 9 years ago)
- Last Synced: 2026-03-04T18:42:05.946Z (3 months ago)
- Topics: boilerplate-template, javascript, python-3, task-runner
- Language: Python
- Size: 158 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.

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