Skip to content

An experimental Yeoman static site generator for 18F.

License

Notifications You must be signed in to change notification settings

isabella232/generator-18F-static

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DISCLAIMER: This repository is an experimental and not ready for project use.

generator-18F-static

An experimental Yeoman static site generator using Jekyll and the Draft U.S. Web Design Standards.

Running locally

First, install Yeoman and generator-18F-static using npm (we assume you have pre-installed node.js).

npm install -g yo

To reference this generator locally, you will need to link it. Run the following command from the root level of this directory:

npm link

To test locally, make a new directory for your project:

mkdir my-project

Now we will test our generator by running our Yeoman command:

yo 18F-static

And voila! You should now have your project file and folder scaffolding for your project.

About

An experimental Yeoman static site generator for 18F.

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 50.9%
  • HTML 46.8%
  • CSS 1.5%
  • Ruby 0.8%