rchillard / haus

HTML And Useful Styling (HAUS) :house_with_garden: is a CLI for web development

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

haus

HTML And Useful Styling (HAUS) is a CLI for web development

oclif Version CircleCI Downloads/week License

Usage

$ npm install -g haus
$ haus COMMAND
running command...
$ haus (-v|--version|version)
haus/0.0.0 linux-x64 node-v12.18.4
$ haus --help [COMMAND]
USAGE
  $ haus COMMAND
...

Commands

haus hello [FILE]

describe the command here

USAGE
  $ haus hello [FILE]

OPTIONS
  -f, --force
  -h, --help       show CLI help
  -n, --name=name  name to print

EXAMPLE
  $ haus hello
  hello world from ./src/hello.ts!

See code: src/commands/hello.ts

haus help [COMMAND]

display help for haus

USAGE
  $ haus help [COMMAND]

ARGUMENTS
  COMMAND  command to show help for

OPTIONS
  --all  see all commands in CLI

See code: @oclif/plugin-help

haus new [FILE]

describe the command here

USAGE
  $ haus new [FILE]

OPTIONS
  -f, --force
  -h, --help       show CLI help
  -n, --name=name  name to print

See code: src/commands/new.ts

About

HTML And Useful Styling (HAUS) :house_with_garden: is a CLI for web development


Languages

Language:TypeScript 57.7%Language:HTML 38.9%Language:JavaScript 2.8%Language:Batchfile 0.7%