Skip to content

femyeda/juiced

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

juiced

JavaScript but Juiced

oclif Version) Downloads/week) License

Usage

$ npm install -g @theindividualcompany/juiced
$ juiced COMMAND
running command...
$ juiced (-v|--version|version)
@theindividualcompany/juiced/0.0.2 darwin-x64 node-v12.16.1
$ juiced --help [COMMAND]
USAGE
  $ juiced COMMAND
...

Commands

juiced component NAME [OUT]

describe the command here

USAGE
  $ juiced component NAME [OUT]

ARGUMENTS
  NAME  name of component (PascalCase)
  OUT   [default: /Users/femi/projects/individual/juiced] output directory (defaults to components/)

OPTIONS
  -h, --help  show CLI help

See code: src/commands/component.ts

juiced crud NAME [OUT]

Create new component

USAGE
  $ juiced crud NAME [OUT]

ARGUMENTS
  NAME  name of model (PascalCase)
  OUT   [default: /Users/femi/projects/individual/juiced/pages/api] output directory (defaults to pages/api/)

OPTIONS
  -h, --help  show CLI help

See code: src/commands/crud.ts

juiced help [COMMAND]

display help for juiced

USAGE
  $ juiced help [COMMAND]

ARGUMENTS
  COMMAND  command to show help for

OPTIONS
  --all  see all commands in CLI

See code: @oclif/plugin-help

juiced page NAME [OUT]

Create new page

USAGE
  $ juiced page NAME [OUT]

ARGUMENTS
  NAME  name of page (PascalCase)
  OUT   [default: /Users/femi/projects/individual/juiced/pages] output directory (defaults to pages/)

OPTIONS
  -h, --help  show CLI help

See code: src/commands/page.ts

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages