jquery-component-generator
TypeScript icon, indicating that this package has built-in type declarations

1.0.0 • Public • Published

jquery-component-generator

oclif Version Downloads/week License

Usage

$ npm install -g jquery-component-generator
$ jquerygen COMMAND
running command...
$ jquerygen (-v|--version|version)
jquery-component-generator/1.0.0 linux-x64 node-v10.16.0
$ jquerygen --help [COMMAND]
USAGE
  $ jquerygen COMMAND
...

Commands

jquerygen create COMPONENTNAME

Create file with boilerplate jQuery code ready to deal with the component logic

USAGE
  $ jquerygen create COMPONENTNAME

ARGUMENTS
  COMPONENTNAME  Component file name (and class name, if class flag is added)

OPTIONS
  -t, --type=object|class|mask|card-validation  (required) [default: object] Type of component created.

EXAMPLE
  $ jquerygen create mycomponent

See code: src/commands/create.ts

jquerygen help [COMMAND]

display help for jquerygen

USAGE
  $ jquerygen help [COMMAND]

ARGUMENTS
  COMMAND  command to show help for

OPTIONS
  --all  see all commands in CLI

See code: @oclif/plugin-help

Readme

Keywords

Package Sidebar

Install

npm i jquery-component-generator

Weekly Downloads

2

Version

1.0.0

License

MIT

Unpacked Size

13.7 kB

Total Files

17

Last publish

Collaborators

  • victorhugobatista