izetool

0
591

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

  1. Clone the project git clone https://github.com/samderlust/izetool.git
  2. run make izetool in the root folder to install the toolbox into your system
  3. run ize init to create ize_templates folder at home dir. This is where you store your template files

Available commands

commandusagenote
flutter createize 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 uploadkeystoreize flutter uploadkeystoreprocess to create android upload keystore. After that, create key.properties file and also modify your app/build.gradle file.
makeize make <template> --name=<name>must provide a template.<template> is the same as file name

repo: https://github.com/samderlust/izetool

LEAVE A REPLY

Please enter your comment!
Please enter your name here