https://github.com/typed-ember/glint
TypeScript powered tooling for Glimmer templates
https://github.com/typed-ember/glint
hacktoberfest
Last synced: 4 months ago
JSON representation
TypeScript powered tooling for Glimmer templates
- Host: GitHub
- URL: https://github.com/typed-ember/glint
- Owner: typed-ember
- License: mit
- Created: 2020-04-17T20:59:27.000Z (about 6 years ago)
- Default Branch: main
- Last Pushed: 2025-05-07T21:33:36.000Z (about 1 year ago)
- Last Synced: 2025-05-10T06:36:07.389Z (about 1 year ago)
- Topics: hacktoberfest
- Language: TypeScript
- Homepage: https://typed-ember.gitbook.io/glint
- Size: 5.59 MB
- Stars: 112
- Watchers: 10
- Forks: 58
- Open Issues: 97
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
- awesome-ember - glint - TypeScript-plugin for enabling type-aware Ember (Libraries / TypeScript)
README
# Glint [](https://github.com/typed-ember/glint/actions?query=workflow%3ACI)
TypeScript-powered tooling for Glimmer templates.
## Glint 2
This branch contains the code for Glint V2. Glint V2 is a major refactor of Glint V1 to run atop the [Volar.js language tooling framework], which powers the language tooling for Vue and many others.
See [Glint V2](docs/v2-upgrade.md) for information on how to try out Glint V2.
[Volar.js language tooling framework]: https://volarjs.dev/
## Glint 1 Docs
Please see [the documentation] for how to get set up with Glint V1.
[the documentation]: https://typed-ember.gitbook.io/glint
## Debugging Glint
See [CONTRIBUTING.md](./CONTRIBUTING.md) for instructions on how to run and debug the Glint language server and VSCode extension locally.