1.0.0 • Published 1 year ago

claspsw v1.0.0

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

Clasp switcher

License

About

Switching clasp accounts.

Usage

npm install claspsw -g
COMMANDS:
  Add current account to switch target.
    "add <name>" or "-a <name>"
    <name> is used to identify the account.

  Delete the account named <name>.
    "delete <name>" or "-d <name>"
    Currently active accounts cannot be deleted.

  Switching to <name>.
    "switch <name>" or "-s <name>"

  List targets
    "list" or "-l"

  Print this message.
    "help" or "-h"

Contributing

Your contribution is always welcome. Please read Contributing Guide.