Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/judas-christ/generator-static2000
Yeoman generator for Static2000
https://github.com/judas-christ/generator-static2000
Last synced: about 1 month ago
JSON representation
Yeoman generator for Static2000
- Host: GitHub
- URL: https://github.com/judas-christ/generator-static2000
- Owner: judas-christ
- Created: 2015-02-24T14:14:58.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2020-12-09T20:56:33.000Z (about 4 years ago)
- Last Synced: 2024-11-09T18:46:46.269Z (about 2 months ago)
- Language: JavaScript
- Size: 18.6 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# generator-static2000 [![Build Status](https://secure.travis-ci.org/judas-christ/generator-static2000.png?branch=master)](https://travis-ci.org/judas-christ/generator-static2000)
> This package has moved into the [Static2000 monorepo](https://github.com/judas-christ/static2000).
[Yeoman](http://yeoman.io) generator that scaffolds a [Static2000](https://github.com/judas-christ/static2000) site. Like a boss.
## Features
* Static2000
* Jade, Nunjucks or Swig templates
* Gulp
* Autoprefixer
* Sass or Less
* Csso
* Uglifier
* BrowserSync## Getting Started
* Install: `npm install -g generator-static2000`
* Run: `yo static2000`
* Run `gulp build` to build the site or plain old `gulp` to build and preview it in a browser.## Commands
* `yo static2000` scaffolds an entire project with a default layout, globals, one template and a single content page.
* `yo static2000:content NAME TEMPLATE [--flat]` generates one content page with name `NAME` and the template `TEMPLATE`. You may include the path of the page in `NAME` to create a sub-page. Specifying `--flat` will create the page using a flat file name instead of in a folder structure.
* `yo static2000:template NAME` generates a template called `NAME`.
* `yo static2000:layout NAME` generates a layout called `NAME`.## License
MIT