copy_template

Creator: coderz1093

Last updated:

0 purchases

copy_template Image
copy_template Images

Languages

Categories

Add to Cart

Description:

copy template

Use Template #
Allows you to use any Flutter & Dart project as a template with a single line command.
It basically clones/copies the project and than changes all imports and platform specific names.



Android
iOS
Linux
macOS
Windows
Web













Installation #
Open terminal and type the following code.
> dart pub global activate copy_template
copied to clipboard
Usage #
You are asked for three parameters.

New name:

This will be the new name of your application.


Template:

You can provide a git repository address containing the template project or a directory from your computer.


Directory to install template:

Provide a directory to install.



1. One line code usage #
With a template from a git repository
> copy_template my_new_application https://github.com/cogivn/flutter C:\Users\baran\Software\
copied to clipboard
With a template from your computer
> copy_template my_new_application C:\path_to_template\flutter_template_app C:\Users\baran\Software\
copied to clipboard
2. Interactive usage #
You can use interactive interface by passing no arguments.
> copy_template
copied to clipboard

License

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Files In This Product:

Customer Reviews

There are no reviews.