Socket
Socket
Sign inDemoInstall

@glimmer/component

Package Overview
Dependencies
325
Maintainers
12
Versions
94
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    @glimmer/component

Glimmer component library


Version published
Weekly downloads
120K
decreased by-6.34%
Maintainers
12
Install size
24.4 MB
Created
Weekly downloads
 

Readme

Source

@glimmer/component

npm version Build Status

Installation

Add this package to your project with Yarn:

yarn add @glimmer/component

Or alternatively with npm:

npm install --save-dev @glimmer/component

Usage

To use this in a Glimmer application, import the package and export an extended class:

import Component from '@glimmer/component';

export default class MyComponent extends Component {
}

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 in the Yarn documentation for a list of the equivalent commands.

  • Clone repository locally: git clone https://github.com/glimmerjs/glimmer-component.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-component.

Acknowledgements

Thanks to Monegraph for funding the initial development of this library.

License

MIT License.

Keywords

FAQs

Last updated on 11 Apr 2022

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc