Skip to content

This Repo is intended to be used as a starting point for new projects.

Notifications You must be signed in to change notification settings

ekfuhrmann/static-pug-boilerpalte

Repository files navigation

About

This repository is a boilerplate for new .pug projects.

To Use With Existing Commits

Open up the command line and type these commands:

$ git clone --bare https://github.com/ekfuhrmann/project-boilerplate.git
# Make a bare clone of this repository

Create a new repo that you want to mirror into and then run the following:

$ cd project-boilerplate.git
$ git push --mirror https://github.com/<user name>/<new repo>.git
# Mirror-push to the new repository
$ cd ..
$ rm -Recurse -Force project-boilerplate.git
# Remove our temporary local repository

Read more here.

Important

Be sure to run yarn install or npm install on the new repository once it has been mirrored to.

About

This Repo is intended to be used as a starting point for new projects.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published