ruedap / abccss

Home Page:https://ruedap.github.io/abccss/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ABCCSS

Usage

$ npm install -g @ruedap/abccss
$ abccss COMMAND
running command...
$ abccss (-v|--version|version)
@ruedap/abccss/0.12.0 darwin-x64 node-v8.11.3
$ abccss --help [COMMAND]
USAGE
  $ abccss COMMAND
...

Commands

abccss component COMPONENT_NAME [STYLESHEETS_ROOT_DIR]

generate a Component template file

USAGE
  $ abccss component COMPONENT_NAME [STYLESHEETS_ROOT_DIR]

ARGUMENTS
  COMPONENT_NAME        set component name
  STYLESHEETS_ROOT_DIR  set output dir. defaults to "src/templates/stylesheets/"

OPTIONS
  -h, --help  show CLI help

EXAMPLE
  $ abccss component MyAwesomeComponent
  Generated: path/to/stylesheets/components/_my-awesome-component.scss

See code: src/commands/component.ts

abccss decoration DECORATION_NAME [STYLESHEETS_ROOT_DIR]

generate a Decoration template file

USAGE
  $ abccss decoration DECORATION_NAME [STYLESHEETS_ROOT_DIR]

ARGUMENTS
  DECORATION_NAME       set decoration name
  STYLESHEETS_ROOT_DIR  set output dir. defaults to "src/templates/stylesheets/"

OPTIONS
  -h, --help  show CLI help

EXAMPLE
  $ abccss decoration MyAwesomeDecoration
  Generated: path/to/stylesheets/decorations/_my-awesome-decoration.scss

See code: src/commands/decoration.ts

abccss help [COMMAND]

display help for abccss

USAGE
  $ abccss help [COMMAND]

ARGUMENTS
  COMMAND  command to show help for

OPTIONS
  --all  see all commands in CLI

See code: @oclif/plugin-help

abccss new [STYLESHEETS_ROOT_DIR]

generate new ABCCSS structure files

USAGE
  $ abccss new [STYLESHEETS_ROOT_DIR]

ARGUMENTS
  STYLESHEETS_ROOT_DIR  set output dir. defaults to "src/templates/stylesheets/"

OPTIONS
  -h, --help  show CLI help

EXAMPLE
  $ abccss new path/to/stylesheets/
  Generated: path/to/stylesheets/
  Generated: .abccssrc

See code: src/commands/new.ts


MIT © ruedap

About

https://ruedap.github.io/abccss/

License:MIT License


Languages

Language:SCSS 57.1%Language:JavaScript 23.2%Language:TypeScript 9.6%Language:Haml 6.2%Language:Ruby 3.4%Language:Dockerfile 0.6%Language:Batchfile 0.0%