npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2024 – Pkg Stats / Ryan Hefner

@deconz-community/cli

v1.16.1

Published

A command line tool for working with DDFs.

Downloads

136

Readme

Command line tool

A command line tool for working with DDFs.

Installation

npm install -g @deconz-community/cli

Usage

With install

ddf-tools --help

Without install (run slower)

npx @deconz-community/cli --help

From the source

pnpm preview --help

Help

You can see the help by running:

ddf-tools --help

Commands

Validator

The validator command will validate the DDFs in the given directory. Make sure both the DDF and the Generics files are present in the directory. You can use the flag --no-skip to validate the DDFs with option ddfvalidate set to false.

ddf-tools validator --help
ddf-tools validator --directory /path/to/ddf

Bundler

The bundler command will bundle the DDFs from the given json DDF source file. Make sure the DDFs are valid before bundling them.

ddf-tools bundler --help
ddf-tools bundler -o ./output/ devices/ikea/starkvind_air_purifier.json
ddf-tools bundler -o ./output/ devices/
ddf-tools bundler --upload --store-token <token> devices/
Argument (required)

The path to the json DDF source file or a directory containing the json DDF source files. If a directory is provided, all json files in the directory will be bundled.

-g, --generic

The directory where all generic files are located. If not provided, the bundler will look for the generic directory in parent directories.

-o, --output

The directory where the bundled DDFs will be saved. Defaults to the DDF directory.

--no-validate

Skip the validation of the DDFs.

--private-key

The private key to sign the DDFs with. If upload enabled your private key will be used to sign the DDFs.

--upload

Upload the DDFs to the DDF server.

--store-url

The url of the DDF server to upload the DDFs to. By default it's using the global DDF server at https://ddf.cryonet.io.

--store-token

The token to authenticate with the DDF server.

--store-bundle-status

Status of the bundle (alpha, beta, stable) (default: "alpha")

--file-modified-method

Method to use to get the last modified date of the files (gitlog, mtime, ctime) (default: "gitlog")

--debug

Enable debug mode.

Bulk operations

The bulk command will run various operation on DDF files.

uuid operation

The uuid operation will generate a new UUID for each DDF file in the given directory. Limited to 100 files at a time.

ddf-tools bulk uuid --store-token <token> ./devices/