Skip to content
This repository has been archived by the owner on Jul 10, 2019. It is now read-only.
/ ember-common-tags Public archive

An ember-cli addon for the common-tags package 📈🏷️

License

Notifications You must be signed in to change notification settings

bgentry/ember-common-tags

Repository files navigation

ember-common-tags

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/.

About

An ember-cli addon for the common-tags package 📈🏷️

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published