This is an open-source project to create a toolbox that helps you save time with boilerplate. Whatever your project is. The toolbox helps run command line to create your project and then create folders and files as follow the structure you provide
support: Linux, MacOS
Install
- Clone the project
git clone https://github.com/samderlust/izetool.git
- run
make izetool
in the root folder to install the toolbox into your system - run
ize init
to createize_templates
folder at home dir. This is where you store your template files
Available commands
command | usage | note |
---|---|---|
flutter create | ize flutter_create <name> --template=<template> or ize flutter_create <name> | if --template is not provide, the example.json will be used as default template. |
flutter uploadkeystore | ize flutter uploadkeystore | process to create android upload keystore. After that, create key.properties file and also modify your app/build.gradle file. |
make | ize make <template> --name=<name> | must provide a template.<template> is the same as file name |