codemod 0.1.1 copy "codemod: ^0.1.1" to clipboard
codemod: ^0.1.1 copied to clipboard

outdated

Write and run automated code modifications on a codebase. Primarily geared towards updating and refactoring Dart code, but can modify any files.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add codemod

This will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):

dependencies:
  codemod: ^0.1.1

Alternatively, your editor might support dart pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:codemod/codemod.dart';
26
likes
0
pub points
71%
popularity

Publisher

verified publisherworkiva.com

Write and run automated code modifications on a codebase. Primarily geared towards updating and refactoring Dart code, but can modify any files.

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

analyzer, args, io, logging, path, source_span, stack_trace

More

Packages that depend on codemod