An open API service indexing awesome lists of open source software.

https://github.com/patocallaghan/actions-codemod


https://github.com/patocallaghan/actions-codemod

Last synced: 3 months ago
JSON representation

Awesome Lists containing this project

README

        

# actions-codemod

A collection of codemods for actions-codemod.

## Usage

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

```
npx actions-codemod path/of/files/ or/some**/*glob.js

# or

yarn global add actions-codemod
actions-codemod path/of/files/ or/some**/*glob.js
```

## Local Usage
```
node ./bin/cli.js path/of/files/ or/some**/*glob.js
```

## Transforms

* [action-hash](transforms/action-hash/README.md)
* [action-modifiers](transforms/action-modifiers/README.md)
* [import-usage](transforms/import-usage/README.md)
* [mut-to-set](transforms/mut-to-set/README.md)
* [remove-deprecated-comments](transforms/remove-deprecated-comments/README.md)

## Contributing

### Installation

* clone the repo
* change into the repo directory
* `yarn`

### Running tests

* `yarn test`

### Update Documentation

* `yarn update-docs`