ember-simple-track-helper

v2.1.1
A tiny helper to make small pieces of tracked state in Ember templates.
ember-addon typescript autotracking

build

concurrently 'pnpm:build:*'

build:js

rollup --config

build:types

glint --declaration

lint

concurrently 'pnpm:lint:*(!fix)' --names 'lint:'

lint:fix

concurrently 'pnpm:lint:*:fix' --names 'fix:'

lint:hbs

ember-template-lint . --no-error-on-unmatched-pattern

lint:hbs:fix

ember-template-lint . --fix --no-error-on-unmatched-pattern

lint:js

eslint . --cache

lint:js:fix

eslint . --fix

lint:types

glint

prepack

concurrently 'pnpm:build:*'

start

concurrently 'pnpm:start:*'

start:js

rollup --config --watch --no-watch.clearScreen

start:types

glint --declaration --watch

test

echo 'A v2 addon does not have tests, run tests in test-app'
npm i ember-simple-track-helper

Metadata

  • MIT
  • Whatever
  • Chris Krycho
  • released 8/21/2024

Downloads