Skip to content

suchitadoshi1987/ember-tracked-properties-codemod

Repository files navigation

ember-tracked-properties-codemod

Build Status

npm

A codemod for transforming your ember app code to start using @tracked properties.

Pre-requisites

  • Since @tracked properties is supported from the 3.13 version of Ember, this codemod should only be used for apps with version 3.13+.
  • This codemod only supports native classes. To get the most out of this codemod, you would need to run the Ember Native class codemod first.

Usage

npx ember-tracked-properties-codemod path/of/files/ or/some**/*glob.hbs

Contributing

Installation

  • clone the repo
  • change into the repo directory
  • yarn

Running tests

  • yarn test

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published