@theindividualcompany/juiced
TypeScript icon, indicating that this package has built-in type declarations

0.0.2 • Public • Published

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

Readme

Keywords

Package Sidebar

Install

npm i @theindividualcompany/juiced

Weekly Downloads

0

Version

0.0.2

License

NONE

Unpacked Size

4.78 kB

Total Files

6

Last publish

Collaborators

  • femyeda