UNPKG

@assylman/riverpod-cli

Version:

nodejs cli for creating well structured flutter riverpod folders and files needed to work with Riverpod plugin

12 lines (11 loc) 388 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.Commands = void 0; var Commands; (function (Commands) { Commands["feature"] = "feature"; Commands["manager"] = "manager"; Commands["repository"] = "repository"; Commands["service"] = "service"; Commands["providers"] = "providers"; })(Commands || (exports.Commands = Commands = {}));