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

https://github.com/codemodsquad/jscodeshift-transforms-skeleton

skeleton for a jscodeshift transforms package
https://github.com/codemodsquad/jscodeshift-transforms-skeleton

codemods jscodeshift refactoring skeleton-project

Last synced: 4 months ago
JSON representation

skeleton for a jscodeshift transforms package

Awesome Lists containing this project

README

          

# jscodeshift-transforms-skeleton

[![CircleCI](https://circleci.com/gh/codemodsquad/jscodeshift-transforms-skeleton.svg?style=svg)](https://circleci.com/gh/codemodsquad/jscodeshift-transforms-skeleton)
[![Coverage Status](https://codecov.io/gh/codemodsquad/jscodeshift-transforms-skeleton/branch/master/graph/badge.svg)](https://codecov.io/gh/codemodsquad/jscodeshift-transforms-skeleton)
[![semantic-release](https://img.shields.io/badge/%20%20%F0%9F%93%A6%F0%9F%9A%80-semantic--release-e10079.svg)](https://github.com/semantic-release/semantic-release)
[![Commitizen friendly](https://img.shields.io/badge/commitizen-friendly-brightgreen.svg)](http://commitizen.github.io/cz-cli/)
[![npm version](https://badge.fury.io/js/jscodeshift-transforms-skeleton.svg)](https://badge.fury.io/js/jscodeshift-transforms-skeleton)

This is my personal skeleton for creating a jscodeshift transform npm package. You are welcome to use it.