Go to file
Mark Moser 22f9d469ee auto generate an index link list of pages 2017-09-06 14:57:34 -05:00
site auto generate an index link list of pages 2017-09-06 14:57:34 -05:00
.editorconfig init 2017-09-06 14:45:05 -05:00
.eslintrc.yml init 2017-09-06 14:45:05 -05:00
.gitattributes init 2017-09-06 14:45:05 -05:00
.gitignore init 2017-09-06 14:45:05 -05:00
.sass-lint.yml init 2017-09-06 14:45:05 -05:00
Gruntfile.js init 2017-09-06 14:45:05 -05:00
README.md init 2017-09-06 14:45:05 -05:00
package.json init 2017-09-06 14:45:05 -05:00
yarn.lock init 2017-09-06 14:45:05 -05:00

README.md

The Stack

Grunt based task runner with Assemble.io used to generate prototype html sites.

How to use this project

Instead of setting up some sort of generator, clone this project and rebuild the git history.

  • git clone
  • rm -rf .git
  • git init
  • git add -A
  • git commit -m 'init'

Then install and start up the runner:

  • npm install or yarn install
  • grunt serve

sass-lint

eslint

Misc Files

These files are not directly related to the linters, but should be standard in every project.