1.0.1 ā€¢ Published 6 years ago

pingy-scaffold-bootstrap v1.0.1

Weekly downloads
2
License
MIT
Repository
github
Last release
6 years ago

Bootstrap Web Scaffold

Dozens of Bootstrap 4 templates. Can be used to scaffold with CSS or SCSS.

How to use it

  1. Install Pingy if you haven't already (Requires Pingy CLI 0.11 or later).
npm install @pingy/cli --global
  1. Create a folder for the new site that you want to scaffold and cd into it.
mkdir mysite && cd mysite
  1. Scaffold your site
pingy scaffold bootstrap
  1. Pingy will open your web browser and allow you to choose from dozens of templates and scaffold the one you like. šŸ‘
  1. Go back to your terminal, confirm your scaffold and install.
? You are about to scaffold the following files

  mysite/
  ā”œā”€ā”€ favicon.ico
  ā”œā”€ā”¬ styles/
  ā”‚ ā””ā”€ā”€ main.scss
  ā””ā”€ā”€ index.html

āÆ Yes, go ahead
  No, but continue
  No and abort
  1. Start up the pingy dev server and get to work. šŸ’Ŗ
pingy dev
  1. When you're happy that your site is just the right amount of awesome you can export it and it's ready to be uploaded wherever you like. āš”ļø
pingy export