ember-common-tags

0.1.2 • Public • Published

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

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 0.1.2
    1
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 0.1.2
    1
  • 0.1.1
    0
  • 0.1.0
    0
  • 0.0.1
    0

Package Sidebar

Install

npm i ember-common-tags

Weekly Downloads

1

Version

0.1.2

License

MIT

Last publish

Collaborators

  • bgentry