Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/vaibhavpandeyvpz/statikit
Tiny but modern scaffolding for protyping website designs, creating static websites or themes.
https://github.com/vaibhavpandeyvpz/statikit
boilerplate coffeescript gulp sass yarnpkg
Last synced: 4 days ago
JSON representation
Tiny but modern scaffolding for protyping website designs, creating static websites or themes.
- Host: GitHub
- URL: https://github.com/vaibhavpandeyvpz/statikit
- Owner: vaibhavpandeyvpz
- License: mit
- Created: 2016-02-22T16:50:45.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-04-12T02:08:09.000Z (over 6 years ago)
- Last Synced: 2024-10-11T00:07:31.288Z (about 1 month ago)
- Topics: boilerplate, coffeescript, gulp, sass, yarnpkg
- Language: CoffeeScript
- Homepage: http://vaibhavpandey.com
- Size: 138 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# statikit
Tiny but modern scaffolding for protyping website designs, creating static websites or themes. Uses
[Gulp](http://gulpjs.com/) for build automation, [Nunjucks](https://mozilla.github.io/nunjucks/) for templating,
[CoffeeScript](http://coffeescript.org/) for beautiful scripting and [SASS](http://sass-lang.com/) for easy styling.
After all, everything mentioned is powered by [Node.js](https://nodejs.org/).[![Latest Version](https://img.shields.io/github/release/vaibhavpandeyvpz/statikit.svg?style=flat-square)](https://github.com/vaibhavpandeyvpz/statikit/releases)
[![Downloads](https://img.shields.io/npm/dt/generator-statikit.svg?style=flat-square)](https://www.npmjs.com/package/generator-statikit)
[![License](https://img.shields.io/badge/license-MIT-brightgreen.svg?style=flat-square)](LICENSE.md)### Get started
First make sure you have [Yeoman](http://yeoman.io/) installed globally, then install the `generator-statikit` by
running below command:```shell
npm i -g generator-statikit
```You can then simply create a new project for your app, `cd` into it and run below command to scaffold your brand new
project:```shell
yo statikit
```### Usage
Instructions on how to use the provided scaffold will be available in **README.md** file inside your project directory.License
-------
See [LICENSE](LICENSE) file.