Skip to content

sergi/rxjs-codemod

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

rxjs-codemod

This repository contains codemod scripts to transform older RxJS code to RxJS5-compatible code.

Usage

The transformation scripts are to be used with JSCodeshift:

npm install jscodeshift -g

For example, in order to transform RxJS4 methods to RxJS5 ones we would do:

$ jscodeshift -t methods.js src/

Where src/ is the folder where your source files are located. Please refer to jscodeshift documentation for more processing options.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published