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 🙏

© 2026 – Pkg Stats / Ryan Hefner

@lime.it/blip-template-wordpress

v1.0.4

Published

Blip wordpress project template and commands suite

Downloads

7

Readme

@lime.it/blip-template-wordpress

Commands to setup and use a blip project for wordpress site development

Version CircleCI Downloads/week License

Usage

$ npm install -g @lime.it/blip
$ blip plugins:install @lime.it/blip-template-wordpress
$ blip tpl:use wordpress
...

Commands

@lime.it/blip-template-wordpress template-wordpress:__hook_postrun_up

Executes post-up scritps for a wordpress template workspace

USAGE
  $ @lime.it/blip-template-wordpress template-wordpress:__hook_postrun_up

OPTIONS
  -h, --help  show CLI help

See code: src/commands/template-wordpress/__hook_postrun_up.ts

@lime.it/blip-template-wordpress template-wordpress:__hook_prerun_down

Executes pre-down scritps for a wordpress template workspace

USAGE
  $ @lime.it/blip-template-wordpress template-wordpress:__hook_prerun_down

OPTIONS
  -h, --help  show CLI help

See code: src/commands/template-wordpress/__hook_prerun_down.ts

@lime.it/blip-template-wordpress template-wordpress:__setup

Set up a blip-wordpress template workspace

USAGE
  $ @lime.it/blip-template-wordpress template-wordpress:__setup

OPTIONS
  -h, --help                     show CLI help
  --mysql=mysql                  Mysql docker image tag
  --wordpress=wordpress          Wordpress docker image tag
  --wordpress-cli=wordpress-cli  Wordpress cli docker image tag

See code: src/commands/template-wordpress/__setup.ts

@lime.it/blip-template-wordpress template-wordpress:__teardown

Tear down a blip-wordpress template workspace

USAGE
  $ @lime.it/blip-template-wordpress template-wordpress:__teardown

OPTIONS
  -h, --help  show CLI help

See code: src/commands/template-wordpress/__teardown.ts

@lime.it/blip-template-wordpress template-wordpress:clean

Clear the local saved commits repo.

USAGE
  $ @lime.it/blip-template-wordpress template-wordpress:clean

OPTIONS
  -h, --help  show CLI help
  -y, --yes   If set no confirmation prompt will be asked.

See code: src/commands/template-wordpress/clean.ts

@lime.it/blip-template-wordpress template-wordpress:extract

Extracts wordpress wwwroot in order to directly modify its sources

USAGE
  $ @lime.it/blip-template-wordpress template-wordpress:extract

OPTIONS
  -h, --help  show CLI help

See code: src/commands/template-wordpress/extract.ts

@lime.it/blip-template-wordpress template-wordpress:install FILE DOMAIN

Installs an exported wordpress instance tarball.

USAGE
  $ @lime.it/blip-template-wordpress template-wordpress:install FILE DOMAIN

ARGUMENTS
  FILE    [default: ./release.tar.gz] Path to the file to be installed or imported
  DOMAIN  Site exposing domain

OPTIONS
  -h, --help                 show CLI help
  --container=container      Existing wordpress container id
  --destination=destination  (required) [default: ./] Destination path of the docker-compose file
  --machine=machine          Docker machine on which execute commands

See code: src/commands/template-wordpress/install.ts

@lime.it/blip-template-wordpress template-wordpress:load

Load a saved state to a clean wordpress/mysql container instance.

USAGE
  $ @lime.it/blip-template-wordpress template-wordpress:load

OPTIONS
  -h, --help             show CLI help
  --from-commits         Select a commit to load
  --from-file=from-file  Import from a tarball at a given path

See code: src/commands/template-wordpress/load.ts

@lime.it/blip-template-wordpress template-wordpress:publish

Creates an installable tarball for the wordpress instance

USAGE
  $ @lime.it/blip-template-wordpress template-wordpress:publish

OPTIONS
  -h, --help  show CLI help

See code: src/commands/template-wordpress/publish.ts

@lime.it/blip-template-wordpress template-wordpress:save

Saves the current wordpress instance state to a loadable package

USAGE
  $ @lime.it/blip-template-wordpress template-wordpress:save

OPTIONS
  -h, --help       show CLI help
  -n, --name=name  [default: commit] Commit name

See code: src/commands/template-wordpress/save.ts