Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/patocallaghan/legacy-tests-codemod
https://github.com/patocallaghan/legacy-tests-codemod
Last synced: 18 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/patocallaghan/legacy-tests-codemod
- Owner: patocallaghan
- Created: 2018-11-15T13:16:16.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-12-20T10:27:05.000Z (about 6 years ago)
- Last Synced: 2025-01-17T23:56:22.780Z (28 days ago)
- Language: JavaScript
- Size: 170 KB
- Stars: 0
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-codemods - legacy-tests-codemod - A collection of codemod's for legacy-tests-codemod. (Frameworks / Ember.js)
README
# legacy-tests-codemod [![Build Status](https://travis-ci.org/patocallaghan/legacy-tests-codemod.svg?branch=master)](https://travis-ci.org/patocallaghan/legacy-tests-codemod)
A collection of codemod's for legacy-tests-codemod.
## Usage
To run a specific codemod from this project, you would run the following:
```
npx legacy-tests-codemod path/of/files/ or/some**/*glob.js# or
yarn global add legacy-tests-codemod
legacy-tests-codemod 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`