1.0.7 • Published 12 months ago

flutter-initial v1.0.7

Weekly downloads
-
License
ISC
Repository
-
Last release
12 months ago

flutter-initial

Description

  • Create task for add, edit, delete , list, toggle completed

Table of Contents

Installing

Package Manager

npm install -g flutter-initial

Usage

cd to test folder

Usage: flutterinit [options]

A CLI tool for managing tasks

Options:
  -V, --version   output the version number
  -l, --list      List all tasks
  -a, --add       Add a new task
  -c, --complete  Mark a task as complete
  -e, --edit      Edit a task
  -d, --delete    Delete a task
  -h, --help      display help for command
  • we must add option too : -V, -l, -a, -c, -e, -d, -h

Run command

flutterinit -l
1.0.7

12 months ago

1.0.6

12 months ago

1.0.5

12 months ago

1.0.4

12 months ago

1.0.3

12 months ago

1.0.2

12 months ago

1.0.0

12 months ago