# @glimmer/application

> Glimmer standalone applications

Latest version **1.1.2** (published 2022-04-11) · MIT license · 0 weekly downloads

## Install

```sh
npm install @glimmer/application
pnpm add @glimmer/application
yarn add @glimmer/application
bun add @glimmer/application
```

## Health

**Score 25/100 (F)** — status: abandoned.

Positive: has types; esm support; no vulnerabilities.

Warnings: low downloads.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 1.1.2 |
| Published | 2022-04-11 |
| First published | 2017-02-03 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | bundled |
| Module format | ESM + CommonJS |
| Dependencies | 12 |
| Unpacked size | 1.1 MB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 31 |
| Maintainers | tomdale, rwjblue, dgeb, locks, chancancode, wycats, chadhietala, krisselden, stefanpenner, mmun, mixonic, pzuraq |

## Links

- npm: https://www.npmjs.com/package/@glimmer/application
- Repository: https://github.com/glimmerjs/glimmer-application
- Homepage: https://github.com/glimmerjs/glimmer-application#readme
- Issues: https://github.com/glimmerjs/glimmer-application/issues
- npm.io page: https://npm.io/package/@glimmer/application

## Dependencies (12)

- [@glimmer/di](https://npm.io/package/@glimmer/di.md) ^0.1.9
- [@glimmer/env](https://npm.io/package/@glimmer/env.md) ^0.1.7
- [@glimmer/util](https://npm.io/package/@glimmer/util.md) ^0.44.0
- [@glimmer/runtime](https://npm.io/package/@glimmer/runtime.md) ^0.44.0
- [@glimmer/compiler](https://npm.io/package/@glimmer/compiler.md) ^0.44.0
- [@glimmer/resolver](https://npm.io/package/@glimmer/resolver.md) ^0.3.0
- [@glimmer/component](https://npm.io/package/@glimmer/component.md) ^1.1.2
- [@glimmer/reference](https://npm.io/package/@glimmer/reference.md) ^0.44.0
- [@glimmer/validator](https://npm.io/package/@glimmer/validator.md) ^0.44.0
- [@glimmer/interfaces](https://npm.io/package/@glimmer/interfaces.md) ^0.44.0
- [@simple-dom/interface](https://npm.io/package/@simple-dom/interface.md) ^1.4.0
- [@glimmer/opcode-compiler](https://npm.io/package/@glimmer/opcode-compiler.md) ^0.44.0

## Recent versions

- 1.1.2 (latest) — 2022-04-11
- 1.0.0-beta.3 (next) — 2019-11-19
- 1.1.1 — 2022-04-01
- 1.1.0 — 2022-03-31
- 1.0.4 — 2021-02-26
- 1.0.3 — 2020-12-10
- 1.0.2 — 2020-09-18
- 1.0.1 — 2020-07-27
- 1.0.0 — 2019-12-11
- 1.0.0-beta.2 — 2019-11-15
- 1.0.0-beta.1 — 2019-10-23
- 0.14.0-alpha.13 — 2019-08-22
- 0.14.0-alpha.12 — 2019-08-16
- 0.14.0-alpha.11 — 2019-08-10
- 0.14.0-alpha.10 — 2019-08-08
- … 62 more at https://npm.io/package/@glimmer/application/versions

## README

# @glimmer/application
[![npm version](https://badge.fury.io/js/%40glimmer%2Fapplication.svg)](https://badge.fury.io/js/%40glimmer%2Fapplication)
[![Build Status](https://secure.travis-ci.org/glimmerjs/glimmer-application.svg?branch=master)](http://travis-ci.org/glimmerjs/glimmer-application)

## Installation

Add this package to your project with Yarn:

```bash
yarn add @glimmer/application
```

Or alternatively with npm:

```bash
npm install --save-dev @glimmer/application
```


## Development

For the development of this project, Yarn is preferred over npm. However, any Yarn command can be replaced by the npm equivalent.
See [Migration from npm](https://yarnpkg.com/lang/en/docs/migrating-from-npm/) in the Yarn documentation for a list of the equivalent commands.

* Clone repository locally: `git clone https://github.com/glimmerjs/glimmer-application.git`
* Install dependencies: `yarn`, or `yarn install`
* Open project in your editor of choice and make your changes
* Run tests: `yarn run test`

## Contributing

Bug reports and pull requests are welcome on GitHub at https://github.com/glimmerjs/glimmer-application.


## Acknowledgements

Thanks to [Monegraph](http://monegraph.com) for funding the initial development
of this library.

## License

MIT License.

---
_Source: https://npm.io/package/@glimmer/application · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
