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

@kay-is/ewig

v0.0.11

Published

A deployment tool for the Permaweb.

Downloads

63

Readme

Ewig

A deployment tool for the Permaweb!

oclif Version Downloads/week

Usage

$ npm install -g @kay-is/ewig
$ ewig COMMAND
running command...
$ ewig (--version)
@kay-is/ewig/0.0.11 linux-x64 node-v20.16.0
$ ewig --help [COMMAND]
USAGE
  $ ewig COMMAND
...

Commands

ewig costs

Estimate the costs of deploying the project.

USAGE
  $ ewig costs

DESCRIPTION
  Estimate the costs of deploying the project.

ewig deploy

Deploys the project on Arweave. Uses "preview" environment and current branch by default.

USAGE
  $ ewig deploy [--prod] [--skip-domain] [--skip-registration]

FLAGS
  --prod               Deploy to production and assign main ArNS domain.
  --skip-domain        Prevent ArNS domain assing when deploying in production.
  --skip-registration  Prevents deployment from registering with AO process, disables cache updates.

DESCRIPTION
  Deploys the project on Arweave. Uses "preview" environment and current branch by default.

ewig help [COMMAND]

Display help for ewig.

USAGE
  $ ewig help [COMMAND...] [-n]

ARGUMENTS
  COMMAND...  Command to show help for.

FLAGS
  -n, --nested-commands  Include all nested commands in the output.

DESCRIPTION
  Display help for ewig.

See code: @oclif/plugin-help

ewig init [PROJECTNAME]

Initialize a new project on AO and links it the working directory.

USAGE
  $ ewig init [PROJECTNAME] [-f]

ARGUMENTS
  PROJECTNAME  Name of the new project.

FLAGS
  -f, --force  Override previous initialization.

DESCRIPTION
  Initialize a new project on AO and links it the working directory.

ewig inspect

Load the project info from AO.

USAGE
  $ ewig inspect [--json]

FLAGS
  --json  Switch to JSON output.

DESCRIPTION
  Load the project info from AO.

ewig link PROJECT-ID

Links the working directory to a project on AO.

USAGE
  $ ewig link PROJECT-ID

ARGUMENTS
  PROJECT-ID  The address of the project's AO process

DESCRIPTION
  Links the working directory to a project on AO.

ewig login [KEYFILE]

Activate a private key. Will generate a new key if none is provided.

USAGE
  $ ewig login [KEYFILE]

ARGUMENTS
  KEYFILE  Path to your JWK file.

DESCRIPTION
  Activate a private key. Will generate a new key if none is provided.

ewig logout

Deactivate private key.

USAGE
  $ ewig logout

DESCRIPTION
  Deactivate private key.

ewig turbo-credits balance

Get your token balance for the Turbo bundler

USAGE
  $ ewig turbo-credits balance

DESCRIPTION
  Get your token balance for the Turbo bundler

ewig turbo-credits buy USDAMOUNT

Buy tokens to use with the Turbo bundler

USAGE
  $ ewig turbo-credits buy USDAMOUNT

ARGUMENTS
  USDAMOUNT  Amount of USD to spend

DESCRIPTION
  Buy tokens to use with the Turbo bundler

ewig whoami

Show active key and address.

USAGE
  $ ewig whoami

DESCRIPTION
  Show active key and address.