Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mattludwigs/kickstart
A kickstart to building websites
https://github.com/mattludwigs/kickstart
Last synced: about 1 month ago
JSON representation
A kickstart to building websites
- Host: GitHub
- URL: https://github.com/mattludwigs/kickstart
- Owner: mattludwigs
- Created: 2014-04-21T16:56:10.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2014-05-13T22:18:10.000Z (over 10 years ago)
- Last Synced: 2024-04-14T06:08:30.038Z (9 months ago)
- Language: Python
- Size: 473 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Kickstart v.0.4.0
Kickstart is away to kickstart your web project by setting up your files for you.
This script will ask you some questions and create the folders and files you need according to your answers. This is to save time setting up simple website directories.
What can Kickstart set up for you:
HTML template already set up for working with directories
JS folder with a script.js file and/or a data.json file
CSS folder witha style.css file already for use in your HTML doc
## How to get started
Get kickstart.py
```
$ cd ~
$ mdkir bin
$ cd bin
$ git clone https://github.com/mattludwigs/kickstart.git
```Next set up .bash_profile or .profile
```
$ nano ~/.bash_profile
```In nano type:
```
export PATH="/Users/you-user-name/bin:$PATH"
```Press ctrl-x and y to exit and save the file, then type:
```
source .bash_profile
```## How to use
Navigate to the dicrectory where you want to start your new web project
```
$ cd Documents
```Then type:
```
$ kickstart.py
```Then run kickstart and ask you a few questions, follow the prompt and then you should have the new project started in your directory. Just have navigate to the project and you can get started.
## License
Kickstart is released under the MIT License.