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

@sheetbase/cli

v1.3.0

Published

Official CLI for working with Sheetbase.

Downloads

58

Readme

Sheetbase CLI

Official CLI for working with Sheetbase.

Build Status Coverage Status NPM License Support me on Patreon PayPal Ask me anything

Install

npm install -g @sheetbase/cli

Additional steps

Enable Apps Script API

Go to https://script.google.com/home/usersettings, then enable the API.

Connect Apps Script in Drive

My Drive > Connect more apps > (search for Google Apps Script) > Connect

Install @google/clasp

Recommended for developing Google Apps Script, https://github.com/google/clasp.

npm install -g @google/clasp

Commands

The following commands provide many convinient methods to manage a Sheetbase project.

Note: Some of them require you to connect a Google account by sheetbase google login; project-related command needs to be run inside a Sheetbase project.

Google account

Project related

Backend specific

Frontend specific

Database related

Misc actions

Reference

Google

Manage Google accounts. Sub-commands: list|ls, connect|login|add, disconnect|logout|remove|rm, default.

  • subCommand: Supported sub-commands.
  • params: Command params, comma-separated.
  • -y,--yes: (connect) Agree on account connection.
  • -c,--creds: (connect) Save credential to .googlerc.json.
  • -f,--full-drive: (connect) Not recommended, grant full access to Drive.
  • -d,--default: (list) Show default account only.

Project

Project general tasks. Sub-commands: start, setup, configs, config, urls, url, info, build, deploy, preview.

  • subCommand: Supported sub-commands.
  • params: Command params, comma-separated.
  • -i,--install: (start) Install npm packages.
  • -x,--not-setup: (start) Do not run setup command.
  • -r,--fresh: (setup) Force re-setup.
  • -o,--open: (url) Open the url in browser.
  • -b,--backend: (build, deploy) Build or deploy backend only.
  • -f,--frontend: (build, deploy) Build or deploy frontend only.
  • -m,--message: (deploy) Deployment message.

Start

Start a new project. Proxy of project start

  • projectName: Name of the project, auto default.
  • resource: Resource to create the project with, default to theme blank_angular.
  • -i,--install: Install npm packages.
  • -x,--not-setup: Do not run setup command.

Setup

Setup the project. Proxy of project setup

  • -r,--fresh: Force re-setup.

Configs

View project configs. Proxy of project configs

Config

Config the project. Proxy of project config Sub-commands: list, update, import, export

  • subCommand: Optional supported sub-commands, default: list.
  • params: Command params, comma-separated.

Urls

View project URLs. Proxy of project urls

Url

View or open a project URL. Proxy of project url

  • name: Url name to view or open with.
  • -o,--open: Open the url in browser.

Info

Output project info. Proxy of project info

Build

Build the project. Proxy of project build

  • -b,--backend: Build backend only.
  • -f,--frontend: Build frontend only.

Deploy

Deploy the project. Proxy of project deploy

  • -b,--backend: Deploy backend only.
  • -f,--frontend: Deploy frontend only.
  • -m,--message: Deployment message.

Preview

Preview the project. Proxy of project preview

Backend

Run backend related commands. Sub-commands: build, push, deploy, install|i, uninstall|un, run, *.

  • subCommand: Optional supported sub-commands.
  • -m,--message: (deploy) Deployment message.

Frontend

Run frontend related commands. Sub-commands: build, deploy, prerender, install|i, uninstall|un, run, *.

  • subCommand: Optional supported sub-commands.
  • -m,--message: (deploy) Deployment message.
  • -f,--force: (prerender) Force prerender all or certain parts.
  • -o,--only: (prerender) Prerender only certain parts.

Db

Manage the database. Sub-commands: list|ls, create, import|im, export|ex

  • subCommand: Supported sub-commands.
  • params: Command params, comma-separated.
  • -i,--id: The database id.
  • -d,--data: (create) Create table with sample data.

Docs

Open the documentation.

Update

Check and install update.

  • -y,--yes: Install update when available.

Help

Display help.

  • -d,--detail: Detail help.

*

Any other command will run: npm run .

Development

API Reference: https://sheetbase.github.io/cli/api/

Lisence

Sheetbase CLI is released under the Apache-2.0 license.