nonstop_cli 0.0.1+2 copy "nonstop_cli: ^0.0.1+2" to clipboard
nonstop_cli: ^0.0.1+2 copied to clipboard

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

Nonstop Logo

NonStop

Digital Product Development Experts for Startups & Enterprises

Docs | Website

nonstop_cli #

nonstop_cli

A command-line interface for the Flutter to generate Flutter projects from predefined templates.

Quick Start 🚀 #

Installing 🧑‍💻 #

dart pub global activate nonstop_cli
copied to clipboard

Or install a specific version using:

dart pub global activate nonstop_cli <version>
copied to clipboard

If you haven't already, you might need to set up your path.

When that is not possible (eg: CI environments), run nonstop commands via:

dart pub global run nonstop_cli:nonstop <command> <args>
copied to clipboard

Commands ✨ #

nonstop doctor #

Nonstop Doctor is a command-line tool that helps developers set up and troubleshoot their Flutter development environment.

  • Ensure that the required software is installed
  • Diagnose issues and provide recommendations
nonstop doctor
copied to clipboard
[nonstop doctor]

Usage #

Create project nonstop create #

Create a Flutter project in seconds based on the predefined template.

nonstop nonstop create <project-name> [arguments]
copied to clipboard
[nonstop create super_app]
Usage: nonstop create <project-name> [arguments]
-h, --help                Print this usage information.
    --application-id      The bundle identifier on iOS or application id on Android. (defaults to <org-name>.<project-name>)
-o, --output-directory    The desired output directory when creating a new project.
    --description         The description for this new project.
                          (defaults to "A Flutter project created by Nonstop CLI.")
    --org-name            The organization for this new project.
                          (defaults to "com.example")

Run "nonstop help" to see global options.
copied to clipboard

Contact #

Follow us, stay up to date or reach out on:


Made with ❤️ by Ajay Kumar

1
likes
0
points
299
downloads

Publisher

verified publisherdart.nonstopio.com

Weekly Downloads

2024.09.18 - 2025.04.02

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

License

unknown (license)

Dependencies

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

More

Packages that depend on nonstop_cli