0.1.2 • Published 9 years ago
ember-common-tags v0.1.2
ember-common-tags
- Use the common-tags package from your Ember app.
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:
- Dan Freeman (@dfreeman)
Development
Installation
git clone https://github.com/bgentry/ember-common-tagsthis repositorycd ember-common-tagsnpm installbower install
Running Tests
npm test(Runsember try:eachto test your addon against multiple Ember versions)ember testember test --server
Building
ember build
For more information on using ember-cli, visit https://ember-cli.com/.