0.0.0 • Published 9 months ago

@nopends-sdk/codemod v0.0.0

Weekly downloads
-
License
Apache-2.0
Repository
github
Last release
9 months ago

NOPENDS SDK Codemods

The NOPENDS SDK provides Codemod transformations to help upgrade your codebase when a feature is deprecated, removed, or otherwise changed.

Codemods are transformations that run on your codebase programmatically. They allow you to easily apply many changes without having to manually go through every file.

You can run all codemods by running the following command from the root of your project:

npx @nopends-sdk/codemod upgrade

Individual codemods can be run by specifying the name of the codemod:

npx @nopends-sdk/codemod <codemod-name> <path>

The latest set of codemods can be found in the @nopends-sdk/codemod repository.

0.0.0

9 months ago

0.0.2

9 months ago

0.0.1

9 months ago

1.3.0

9 months ago