8000 GitHub - Krispy145/pls_cli: A CLI built to help generate boilerplate CLEAN architecture, currently using MobX
[go: up one dir, main page]

Skip to content

Krispy145/pls_cli

Repository files navigation

CLI

Install / Update

  • Clone pls-cli repo
  • In root, flutter pub global activate -spath . --overwrite
  • Run pls -h to test and see available commands

VSCode Extension

  • To update the VSCode extension:
    • Uninstall the extension from the extensions panel
    • Reinstall the extension (sometimes need to do twice)
      • Main branch:
        • Run pls update --vscode to update the VSCode package
      • Local Changes:
        • cd into extensions/vscode run npm run build
        • cmd+shift+p
        • Select Install from VSIX
        • Select pls-cli/extensions/vscode/pls.vsix
          • Note: This file is generated during npm run build

Debug

  • Get latest version of npm
    • npm install npm@latest -g
  • If npm run build not working:
    • npm install -g typescript
    • npm install -g vsce
    • npm install
      • If package not found:
        • Delete package-lock.json

About

A CLI built to help generate boilerplate CLEAN architecture, currently using MobX

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0