ember-cli-clipboard

v1.2.1
Clipboard.js button component
ember-addon ember-cli clipboard

build

ember build --environment=production

lint

npm-run-all --aggregate-output --continue-on-error --parallel "lint:!(fix)"

lint:fix

npm-run-all --aggregate-output --continue-on-error --parallel lint:*:fix

lint:hbs

ember-template-lint .

lint:hbs:fix

ember-template-lint . --fix

lint:js

eslint . --cache

lint:js:fix

eslint . --fix

start

ember serve

test

npm-run-all lint test:*

test:ember

ember test

test:ember-compatibility

ember try:each

deploy

ember build --environment production && ember github-pages:commit --message "Deploy gh-pages from commit $(git rev-parse HEAD)" && git push origin gh-pages:gh-pages

version

conventional-changelog -i CHANGELOG.md -s && git add CHANGELOG.md
npm i ember-cli-clipboard

Metadata

  • MIT
  • 14.* || >= 16
  • Jon Kilroy
  • released 10/23/2024

Downloads

Maintainers