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

@statechange/scripttag

v1.0.5

Published

Easily connect weweb to scripttag

Downloads

7

Readme

Weweb ScriptTag Embedder

Adding To Weweb

  1. Open Weweb
  2. Click on the puzzle piece icon
  3. Click "Plugins"
  4. Click "NPM"
  5. Search for scripttag
  6. Click Plus - you're done!

Adding any Embed to your site

  1. Create any element
  2. Give it a class of "scripttag"
  3. Go to custom attributes and give it a "scripttag-src" of your target URL
  4. Watch it appear on your page!

Useful Scripts

  1. yarn build will build using typescript pre-configured to node-compatible defaults
  2. yarn docs will auto-generate a README.md that starts with TOP.md, then adds CLI documentation (via commanderdoc) for any tool you have set up, and then library documentation after that.
  3. yarn test is pre-configured to test for typescript errors
  4. yarn watch will watch the codebase for changes and rebuild (using livelink)

Git code protections

  1. git commit will be blocked on the main branch unless you set the environment variable ALLOWMAIN=1 Branch commits and PRs are thus encouraged
  2. git commit also tests messages for meeting the commitline standard conventions.
  3. git commit blocks pushes that do not pass yarn test (as a base case, they must pass typescript compilation)
  4. npm publish will always rebuild the code, the documentation, and push those changes back to the repository.
  5. npm publish will only publish the lib and src directories - any others are no

A note on "main"

I made a deliberate choice to change the primary branch from master to main for reasons that are obvious to some. This repository endeavors to make that just automatic.

PRs and feedback welcome via GitHub issues.

Usage

npx template [options]

template - v1.0.0

template - v1.0.0