Skip to content
/ w_cli Public
forked from Stacked-Org/cli

A project for customized stacked_cli for WowLabz

License

Notifications You must be signed in to change notification settings

naanrot/w_cli

 
 

Repository files navigation

Wow Stacked CLI

This is fork from official stacked_cli modified for Wow Labz. To know more about stacked_cli and its usage visit their official docs

Install

Run this dart pub global activate -sgit https://github.com/naanrot/w_cli command to install the w_stacked. This will install as a seperate package and will not update your existing stacked_cli if installed.

How this differs from official stacked_cli

This has all feature supported by official stacked_cli, and also brings extra commands and updates over that. Those are:

  1. The app template for creating a new project is modified and has new files having support for network client, user service etc.
  2. New network command under create. This will create a freezed class for DTO in data layer, a mapper and a entity in domain layer.
  3. New localize command is a short command in place of dart run easy_localization:generate -S assets/translations -f keys -o locale_keys.g.dart
  4. New init command will run these following commands.
    1. flutter clean
    2. flutter pub get
    3. dart run build_runner build -d
    4. dart run easy_localization:generate -S assets/translations -f keys -o locale_keys.g.dart

About

A project for customized stacked_cli for WowLabz

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Dart 100.0%