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

@terminal-packages/cli

v1.0.16

Published

Ethereum command line developer portal for the Terminal platform

Downloads

11

Readme

npm version downloads Twitter Follow Discord Channel

Terminal-logo

TerminalCLI - Ethereum Developer Portal

Terminal is an developers platform for builing on Ethereum. Develop, test, and manage Ethereum artifacts and infrastructure in a unified workspace with Terminal. The Terminal toolkit provides developers with a broad range of utilities to construct robust and user-friendly decentralized applications or dapps.

TerminalCLI is a development framework which allows you to utilize an array of powerful ethereum development tools for builiding dapps and smartcontracts - all from your command prompt. It provides a fast and concise command line interface to your Terminal workspace. Some actions on Terminal, such as generating ganache instances or batch uploading smart contracts can be overly tedious and lack customization on the Terminal web interface. TerminalCLI is designed to improve your workflow so you can quickly bootsrap your workspace and focus on working with the keynote features of the platform.

-Bulk upload contracts to Terminal.
-Control the project and folder hierarchy of your Terminal workspace
-Link and deploy ganache recipes as hosted or local ganache instances
-Fetch logs for any object across your Workspaces.
-Deploy contracts and verify source code automatically

Installation

Install the TerminalCLI by using on of the following commands:

npm:

$ npm install -g @terminal-packages/cli

yarn:

$ yarn global add @terminal-packages/cli

Now that you've installed the cli, you will need to signup for a Terminal account. You can make an account by going to https://terminal.co and clicking 'signup'. For more info getting your TerminalCLI set up check out the docs on our webpage.

Usage

Just type hex on the command line and the CLI usage will appear:

Usage: hex [options] [command]

Options:
  -V, --version  output the version number
  -h, --help     output usage information

Commands:
  config         Show configuration
  contracts      Contract CLI commands
  projects       Projects CLI commands
  ganache        Create, delete and get info for ganache instances
  login          Login to your terminal account
  logs           Get logs for your terminal account
  logout         Logout of the CLI
  teams          Teams information
  whoami         Show profile details of the logged in user
  help [cmd]     Display help for [cmd]

Changelog

View changelog

Terminal Developer docs

View develop-docs