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

@senx/warpfleet

v1.0.51

Published

Warpfleet CLI

Downloads

14

Readme

WarpFleet cli

Warpfleet

Prerequisits

  • NodeJS

Installation

$ yarn install
$ yarn deploy

Usage

$ wf
       ___       __                     _______________         _____     
       __ |     / /_____ __________________  ____/__  /___________  /_    
       __ | /| / /_  __ `/_  ___/__  __ \_  /_   __  /_  _ \  _ \  __/    
       __ |/ |/ / / /_/ /_  /   __  /_/ /  __/   _  / /  __/  __/ /_      
       ____/|__/  \__,_/ /_/    _  .___//_/      /_/  \___/\___/\__/      
                                /_/                                        ™
Usage: wf [options] [command]

WarpFleet Command Line Interface

Options:
  -v, --version                                     output the version number
  --debug                                           Debug mode
  -h, --help                                        output usage information

Commands:
  init|i [options]                                  Initialize a new Project
  list|l [group] [artifact]                         List available artifact and/or versions
  info <group> <artifact> [version]                 Get information about a specific artifact
  install [options] [wfFile]                        Install your dependencies into your Warp 10
  get|g [options] <group> [artifact] [version]      Retrieve the packed macros, plugin or extension archive. If no version is specified, the most recent one is retrieved.
  publish|p [options] [version] [path] [repoUrl]    Publishes a plugin, macro or extension against WarpFleet
  unpublish|u [options] [version] [path] [repoUrl]  Unpublishes a plugin, macro or extension against WarpFleet

Init

$ wf init --help
Usage: init|i [options]

Initialize a new Project

Options:
  -w, --wf    Generate only wf.json
  -h, --help  output usage information

List

$ wf list --help
Usage: list|l [options] [group] [artifact]

List available artifact and/or versions

Options:
  -h, --help  output usage information

Info

$ wf info --help
Usage: info [options] <group> <artifact> [version]

Get information about a specific artifact

Options:
  -h, --help  output usage information

Install

$ wf install --help
Usage: install [options] [wfFile]
     
     Install your dependencies into your Warp 10
     
     Options:
       -c, --conf <warp10ConfFile>  Warp 10 configuration file path
       -d, --confDir <confDir>      Warp 10 configuration directory (for Warp 10 >= 2.1.0)
       -m, --macroDir <macroPath>   Warp 10 macro directory path
       -l, --libDir <libPath>       Warp 10 lib directory path
       -f, --force                  Force the configuration creation
       -h, --help                   output usage information

Get

$ wf get --help
Usage: get|g [options] <group> [artifact] [version]

Retrieve the packed macros, plugin or extension archive. If no version is specified, the most recent one is retrieved.

Options:
  -c, --conf <warp10ConfFile>  Warp 10 configuration file path
  -d, --confDir <confDir>      Warp 10 configuration directory (for Warp 10 >= 2.1.0)
  -m, --macroDir <macroPath>   Warp 10 macro directory path
  -l, --libDir <libPath>       Warp 10 lib directory path
  -h, --help                   output usage information

Publish

$ wf publish --help
Usage: publish|p [options] [version] [path] [repoUrl]

Publishes a plugin, macro or extension against WarpFleet

Options:
  -g --gpg <gpgKeyId>  GPG Key Id
  -h, --help           output usage information

Unpublish

$ wf unpublish --help
Usage: unpublish|u [options] [version] [path] [repoUrl]

Unpublishes a plugin, macro or extension against WarpFleet

Options:
  -g --gpg <gpgKeyId>  GPG Key Id
  -h, --help           output usage information

Generate documentation

$ wf doc --help
Usage: index doc [options] [url] [source] [dest]

Generates documentation files against a Warp 10 instance due to the INFOMODE.

Options:
  -o --output <format>  Output format (json, html, markdown)
  -h, --help            display help for command

Sample:

$ wf doc  http://localhost:8080 /home/user/warpscript ./doc -o html