code_guard 0.0.3 copy "code_guard: ^0.0.3" to clipboard
code_guard: ^0.0.3 copied to clipboard

discontinuedreplaced by: checker

Code Guard is an essential tool for developers aiming to maintain the quality and organization of their software projects. This software automatically scans the source code for comments containing the [...]

Use this package as an executable

Install it

You can install the package from the command line:

dart pub global activate code_guard

Use it

The package has the following executables:

$ check

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add code_guard

With Flutter:

 $ flutter pub add code_guard

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

dependencies:
  code_guard: ^0.0.3

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

Import it

Now in your Dart code, you can use:

import 'package:code_guard/code_guard.dart';
1
likes
130
points
17
downloads

Publisher

unverified uploader

Weekly Downloads

Code Guard is an essential tool for developers aiming to maintain the quality and organization of their software projects. This software automatically scans the source code for comments containing the terms "check", "todo", or "fix".

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

cli_launcher, path, yaml

More

Packages that depend on code_guard