https://github.com/pattern-lab/starterkit-handlebars-vanilla
A vanilla starterkit that includes a basic scaffolding and a few patterns to demonstrate a full page, but not a full-blown demo
https://github.com/pattern-lab/starterkit-handlebars-vanilla
Last synced: 10 months ago
JSON representation
A vanilla starterkit that includes a basic scaffolding and a few patterns to demonstrate a full page, but not a full-blown demo
- Host: GitHub
- URL: https://github.com/pattern-lab/starterkit-handlebars-vanilla
- Owner: pattern-lab
- License: mit
- Created: 2019-10-11T17:28:30.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2022-01-31T19:23:27.000Z (almost 4 years ago)
- Last Synced: 2025-01-11T17:13:55.739Z (11 months ago)
- Size: 66.4 KB
- Stars: 9
- Watchers: 4
- Forks: 3
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# Vanilla StarterKit for Handlebars
The Vanilla StarterKit for Handlebars is meant to be used as a demonstration of a Handlebars-based project in Pattern Lab.
## Install
[Installation Instructions](https://patternlab.io/docs/starterkits/)
## Edit Files
After installation the files for this StarterKit can be found in `source/`.
## Contribution
Please refer to our general [contribution guidelines](https://github.com/pattern-lab/patternlab-node/blob/master/.github/CONTRIBUTING.md).
Additionally there are two npm scripts, that are supporting the release process of this package.
### Build on prepublish
On [`prepublish`](https://github.com/pattern-lab/starterkit-handlebars-vanilla/blob/master/package.json#L26) a build is enforced, which is mainly related to a sass compile.
### Release
We've prepared a [`publish` npm script](https://github.com/pattern-lab/starterkit-handlebars-vanilla/blob/master/package.json#L27) that you could use to do a release.