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

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

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!