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

jsharmony-cms-host

v1.1.0

Published

jsHarmony CMS Deployment Target Host

Downloads

14

Readme

jsharmony-cms-host

jsHarmony CMS Host

Prerequisites

  • Node.js

Installation

  1. Install the jsHarmony CMS Host, if not already installed

    npm install -g jsharmony-cms-host
  2. Create an empty folder

    mkdir cms-files
    cd cms-files
  3. Run the jsHarmony CMS Host

    jsharmony-cms-host demo.site.jsharmony.com .

    Keep the program running. This will connect to the CMS server (in this case demo.site.jsharmony.com), and wait for files to get sent via publish.

    If jsharmony-cms-host doesn't start, ensure the Node.js npm folder is in your system PATH variable.

    See below for additional command line parameters and flags. Username and password can be specified in the command line.

  4. Add a new Deployment Target, selecting the following options:

    Deployment Type: CMS Deployment Host
    
    Host ID: [Click Browse to select Name of Computer]
  5. Publish your CMS Branch to the new Deployment Target. The jsharmony-cms-host program should download the files into the new "cms-files" folder from step 2.

Usage

------------------------
:::jsHarmony CMS Host:::
------------------------
Usage: jsharmony-cms-host [cms_url] [target_path] [options]

cms_url       - URL to the CMS server, ex: https://instance.example.com:3000
target_path   - Location where CMS files will be copied.  Use "." for current directory

The following options are available:

--username [username]        - CMS server login username
--password [password]        - CMS server login password
--host-id [host_id]          - ID of the host, to be displayed in the CMS deployment wizard
                                 If not specified, current machine name will be used
--log [log_path]             - Log messages and errors to target path
--delete-excess-files        - Delete excess files in target_path that are not in the publish build
--overwrite-all              - Always replace all local files, instead of comparing size and MD5
--ignore-cert-errors         - Ignore Certificate Errors (ex. for self-signed certificates)
--ignore-path [path]         - Ignore a file or folder:
                                 folder/   (folder anywhere)
                                 file.txt  (file.txt anywhere)
                                 /folder/  (folder in root)
                                 /file.txt (file.txt in root)
--download [deployment_id]   - Download an individual deployment