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

exodom

v0.3.3

Published

A tool to ease the pain of syncing data across domains

Downloads

10

Readme

Exodom

A tool to ease the pain of syncing data across domains

Usage:

exodom download <domain> [options]
exodom upload <domain> [options]
exodom sync <source domain> <target domain> [options]

Options:

-c, --client-models [device_rid]    Sync client-models. If [device_rid] is 
                                    omitted, use the same [device_rid] as the 
                                    source domain's.

-d, --domain-config                 Sync domain config. Requires global 
                                    admin access to upload.

-h, --help                          Print this page.

-i, --interactive                   Show hints. Prompt users to overwrite 
                                    existing themes, client models, domain 
                                    widgets. If this option is not used,
                                    existing objects will be skipped.

-p, --path <path>                   Save objects at the selected path, 
                                    the default path is "./domain name".

-t, --theme                         Sync themes. Domains should not have 
                                    themes with the same name.

-u, --user <user:pwd,[user:pwd]>    Passwords can be omitted, users wll be 
                                    prompted to input them. When syncing,
                                    two sets of credentials are required.

-u, --user <user:pwd>               Users may enter one only set of 
                                    credentials if it is able to access both
                                    source and target domains.

-V, --version                       Output the version number.

-w, --widget                        Sync domain widgets.

If no options are included, the default options are:

-t, -c, -d, -w

INSTALLATION

prerequisites

Run the following command to install exodom:

$ sudo npm install -g exodom

Example of syncing data from source.signoff.domain to target.signoff.domain:

$ exodom sync source.signoff.domain target.signoff.domain -d -t -p ./ -u [email protected]:userpassword,[email protected]:adminpassword

If you are working on a signoff domain, make sure your host file includes your domain.

Note: 52.8.31.110 is used for signoff domains.

TODOS

  1. Add force update
widget
  1. Sync widget published option
client model
  1. Sync picture