veelenga / ember-page-object-codemod

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ember-page-object-codemod

A collection of codemod's for ember-cli-page-object.

Usage

To run a specific codemod from this project, you would run the following:

npx ember-page-object-codemod <TRANSFORM NAME> path/of/files/ or/some**/*glob.js

# or

yarn global add ember-page-object-codemod
ember-page-object-codemod <TRANSFORM NAME> path/of/files/ or/some**/*glob.js

Transforms

Contributing

Installation

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

Running tests

  • yarn test

Update Documentation

  • yarn update-docs

About


Languages

Language:JavaScript 94.0%Language:TypeScript 6.0%