https://github.com/fareskalaboud/bpsg
Boostrap Plain Site Generator
https://github.com/fareskalaboud/bpsg
bash bash-script bootstrap generator
Last synced: about 2 months ago
JSON representation
Boostrap Plain Site Generator
- Host: GitHub
- URL: https://github.com/fareskalaboud/bpsg
- Owner: fareskalaboud
- Created: 2017-10-18T16:09:56.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-11-18T12:50:45.000Z (over 8 years ago)
- Last Synced: 2025-10-05T15:36:04.085Z (9 months ago)
- Topics: bash, bash-script, bootstrap, generator
- Language: Shell
- Size: 2.93 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# BPSG: Boostrap Plain Site Generator
This is a bash script that creates a basic HTML site folder structure with Bootstrap & jQuery included. It will also prepare an index HTML file for you.
# Structure
html-site
|_ index.html
|
|_ css
| |__ bootstrap.min.css
|
|_ js
| |__ bootstrap.min.js
| |__ jquery-3.2.1.min.js
|
|_ img
## How to Run
- Download the file
- Move the script to the directory where you'd like the folder to be created
- Open terminal, and go to the directory where the script is
- Run `bash bpsg.sh`
Done!