https://github.com/lynnagara/feather
super lightweight templating for javascript apps
https://github.com/lynnagara/feather
Last synced: 10 months ago
JSON representation
super lightweight templating for javascript apps
- Host: GitHub
- URL: https://github.com/lynnagara/feather
- Owner: lynnagara
- Created: 2015-02-28T00:36:50.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2015-05-22T00:09:45.000Z (about 11 years ago)
- Last Synced: 2025-08-17T02:45:00.820Z (11 months ago)
- Language: JavaScript
- Homepage:
- Size: 201 KB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# Feather
Super lightweight templating for JavaScript apps
## Setup
`npm install`
## Run unit tests
`mocha`
## Linter
npm install -g eslint babel-eslint
`eslint src/feather.js`