Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

ember-common-tags

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ember-common-tags

An ember-cli wrapper for the common-tags package.

  • 0.1.1
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
10
increased by11.11%
Maintainers
1
Weekly downloads
 
Created
Source

ember-common-tags

  • Use the common-tags package from your Ember app.

Download count all time npm version Travis CI Build Status Ember Observer Score

Installation

  • ember install ember-common-tags

Usage

import { stripIndent } from 'common-tags';

const unindentedString = stripIndent`
    This tag is indented really far,
    but the unindentedString var won't be!
`;

Consult the common-tags documentation for the full list of available tags.

Compatibility

This addon is tested against the release, beta, and canary channels, as well as the latest LTS.

Contributors

A special thanks to the following contributors:

Development

Installation

  • git clone https://github.com/bgentry/ember-common-tags this repository
  • cd ember-common-tags
  • npm install
  • bower install

Running Tests

  • npm test (Runs ember try:each to test your addon against multiple Ember versions)
  • ember test
  • ember test --server

Building

  • ember build

For more information on using ember-cli, visit https://ember-cli.com/.

Keywords

FAQs

Package last updated on 01 May 2017

Did you know?

Socket

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
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc