nonstop_cli 0.0.6 copy "nonstop_cli: ^0.0.6" to clipboard
nonstop_cli: ^0.0.6 copied to clipboard

A command-line interface for the Flutter Framework to generate Flutter projects, features and schemas.

Use this package as an executable

Install it

You can install the package from the command line:

dart pub global activate nonstop_cli
copied to clipboard

Use it

The package has the following executables:

$ nonstop
$ ns
$ nsio
copied to clipboard

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add nonstop_cli
copied to clipboard

With Flutter:

 $ flutter pub add nonstop_cli
copied to clipboard

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

dependencies:
  nonstop_cli: ^0.0.6
copied to clipboard

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:nonstop_cli/nonstop_cli.dart';
copied to clipboard
1
likes
160
points
306
downloads
screenshot

Publisher

verified publisherdart.nonstopio.com

Weekly Downloads

2024.09.15 - 2025.03.30

A command-line interface for the Flutter Framework to generate Flutter projects, features and schemas.

Homepage
Repository (GitHub)
View/report issues

Topics

#melos #codegen #template #cli

Documentation

Documentation
API reference

License

MIT (license)

Dependencies

args, cli_completion, cli_core, mason, mason_logger, meta, path, process_run, pub_updater, universal_io, yaml_edit

More

Packages that depend on nonstop_cli