1.0.21 • Published 2 months ago

@sportsdigita/ddcomponents-cli v1.0.21

Weekly downloads
-
License
ISC
Repository
bitbucket
Last release
2 months ago

REAMDE

Prerequisites

  • NodeJS v16+

How do I install?

  • clone repo
  • open terminal
  • navigate to repo root directory
  • run npm i -g

Supported ddcomponents CLI commands

  • ddcomponents publish submits a component via your manifest.json file at the root of your dir.
  • ddcomponents init initializes your component files and manifest to begin developing with.
  • ddcomponents update updates a component via your manifest.json file at the root of your dir.
  • ddcomponents login allows you to authenticate with the digideck. You must be authenticated to run all commands.
  • ddcomponents whoami gives the email address you are authenticated with.
  • ddcomponents --help brings up a list very similar to this one in your CLI.
  • ddcomponents --version shows current CLI version.

Supported component input types for setting attributes on your component:

  • TEXT: 'text',
  • TEXTAREA: 'textarea',
  • EMAIL: 'email',
  • URL: 'url',
  • IMAGE: 'image',
  • VIDEO: 'video',
  • MEDIA: 'media',
  • AUDIO: 'audio',
  • SLIDE: 'slide',
  • PANORAMA: 'panorama',
  • FONT: 'font',
  • FILE: 'file',
  • HEADER: 'header',
  • NUMBER: 'number',
  • DROPDOWN: 'dropdown',
  • TOGGLE: 'toggle',
  • CHECKBOX: 'checkbox',
  • CHECKBOX_GROUP: 'checkbox-group',
  • COLOR: 'color',
  • DATETIME: 'datetime'
1.0.21

2 months ago

1.0.20

3 months ago

1.0.19

4 months ago

1.0.18

1 year ago

1.0.17

1 year ago

1.0.16

2 years ago

1.0.15

2 years ago

1.0.14

2 years ago

1.0.13

2 years ago

1.0.12

2 years ago

1.0.11

2 years ago

1.0.10

2 years ago

1.0.9

2 years ago

1.0.8

2 years ago

1.0.7

2 years ago

1.0.6

2 years ago

1.0.5

2 years ago

1.0.4

2 years ago

1.0.3

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago