Skip to content

Generate your full Serverless Web Application in seconds with daswag cli

License

Notifications You must be signed in to change notification settings

gelhaimer/daswag-cli

Repository files navigation

daSWAG: Serverless Web Application Open CLI Framework

Generate your full Serverless Web Application in seconds with daswag cli

Join the community on Spectrum oclif Version CircleCI Codecov Downloads/week License

Description

This is a framework for building Web Application using only Serverless technologies.

See the docs for more information.

Getting Started

The Getting Started tutorial is a step-by-step guide to introduce you to daSWAG. If you have not developed anything using Serverless technologies, this Getting Started is a great place to get started.

Usage

$ npm install -g daswag-cli
$ daswag COMMAND
running command...
$ daswag (-v|--version|version)
daswag-cli/0.0.0 darwin-x64 node-v10.15.1
$ daswag --help [COMMAND]
USAGE
  $ daswag COMMAND
...

Commands

daswag autocomplete [SHELL]

display autocomplete installation instructions

USAGE
  $ daswag autocomplete [SHELL]

ARGUMENTS
  SHELL  shell type

OPTIONS
  -r, --refresh-cache  Refresh cache (ignores displaying instructions)

EXAMPLES
  $ daswag autocomplete
  $ daswag autocomplete bash
  $ daswag autocomplete zsh
  $ daswag autocomplete --refresh-cache

See code: @oclif/plugin-autocomplete

daswag doc [KEYWORD]

Opens the official daSWAG documentation (daswag.tech/documentation) in a browser, and searches for a given keyword.

USAGE
  $ daswag doc [KEYWORD]

OPTIONS
  -s, --search  Search on Google

See code: src/commands/doc.ts

daswag help [COMMAND]

display help for daswag

USAGE
  $ daswag help [COMMAND]

ARGUMENTS
  COMMAND  command to show help for

OPTIONS
  --all  see all commands in CLI

See code: @oclif/plugin-help

daswag new:api

USAGE
  $ daswag new:api

See code: src/commands/new/api.ts

daswag new:client

USAGE
  $ daswag new:client

See code: src/commands/new/client.ts

daswag new:project

USAGE
  $ daswag new:project

See code: src/commands/new/project.ts

daswag update [CHANNEL]

update the daswag CLI

USAGE
  $ daswag update [CHANNEL]

See code: @oclif/plugin-update

About

Generate your full Serverless Web Application in seconds with daswag cli

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages