ember-gridstack

v4.0.1
Ember Gridstack
ember-addon gridstack

build

ember build --environment=production

lint

concurrently "npm:lint:*(!fix)" --names "lint:"

lint:css

stylelint "**/*.css" --allow-empty-input

lint:css:fix

concurrently "npm:lint:css -- --fix"

lint:fix

concurrently "npm:lint:*:fix" --names "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

concurrently "npm:lint" "npm:test:ember" --names "lint,test:" && yarn run test:ember-compatibility

test:ember

ember test

test:ember-compatibility

ember try:each

semantic-release

semantic-release
npm i ember-gridstack

Metadata

Downloads