# Glint.js Development Kit

This is a npm library for easier development with Glint.js. 
It is supposed to be added as a development dependency in package.json
`devDependencies` key. 

It introduces these important things
- test environment and test utils in Jest
- npm scripts for starting, packaging, testing and deploying the application
- default eslint configuration
- nodemon integration

// TODO
describe all the stuff above, how it works and how to use it
