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

bytesized.tv-monorepo

v2.7.0

Published

ByteSized.TV Monorepository: One repository to rule them all!

Downloads

18

Readme

     .--.
   _(    `.       .
  (        )       \  /
 ( `  .  )  ) .-----\/-----.
  `--(___.-'  |bytesized.tv|
              '-----__-----'
                  __||__

tests buddy pipeline npm license deploy

bytesized.tv-monorepo is the monorepository that contains all the sub-projects that help create and maintain the public website of Byte-Sized JavaScript Screencasts.

Important Files and Folders

  • ./packages/: This folder contains all sub-repositories (or packages, as the name implies).
    • ./packages/byte-sized-tv-application/: This package is used to fetch metadata of the episode from YouTube.
    • ./packages/byte-sized-tv-web/: This is the main website.
    • ./packages/byte-sized-tv-web-app/: This is the web app that byte-sized-tv-web package consumes.
    • ./packages/byte-sized-tv-web-body/: The body of the web application.
    • ./packages/byte-sized-tv-web-card/: Individual card components that you see on the home page.
    • ./packages/byte-sized-tv-web-constants/: Commonly-shared constants.
    • ./packages/byte-sized-tv-web-episode/: The component that displays the “episode details” and “episode transcript”.
    • ./packages/byte-sized-tv-web-footer/: The footer of the web application.
    • ./packages/byte-sized-tv-web-header/: The header of the web application.
    • ./packages/byte-sized-tv-web-home/: The home page that you see when you go to website root.
    • ./packages/byte-sized-tv-web-labels/: The labels that you see on the top of cards.
    • ./packages/byte-sized-tv-web-lib: Common library functions.
    • ./packages/byte-sized-tv-web-posts/: This package contains the markdown files that contain the transcripts of individual episodes.
    • ./packages/byte-sized-tv-web-styles/: Stylesheets that are used within the web application.

Installation

Note that you can view the website online at https:///bytesized.tv; and you don’t need to install anything for that obviously :).

This “Installation” section is specifically targeted for development use only — That is to say, this section is intended for those who want to clone this repository and play with it on their local development environment.

Make sure you have Node.js, and yarn installed on your system. Then install the dependencies as follows:

yarn bootstrap

After that running the following command will start the server in “development mode”.

yarn start

Package Scripts

Here are some of the common package scripts.

  • yarn bootstrap: Cleans the repository, installs the dependencies, and yarn links the local packages for ease of development.
  • yarn build: Creates a production build of the web application. After the build is done, the end result is put to ./packages/byte-sized-tv-web/public/.
  • yarn start: Starts the webpack server for ./packages/bytesized-tv-web in development mode.
  • yarn serve: Launches a basic http-server rooted at ./packages/byte-sized-tv-web/public/.
  • yarn test: Runs tests across all the packages.
  • yarn publish:packages: Publishes all of the changed packages under ./packagesto npm, and also updates package versions.
  • yarn generate:transcripts: Generates transcript html files by parsing the markdown files that live under ./packages/byte-sized-tv-web-posts/.

Other Important Files

Deployment Instructions

This section is intended for those who have authorization to deploy bytesized.tv to production.

For deployment follow this quick and dirty guide

Wanna Help?

Any help is more than appreciated.

If you want to contribute to the source code, fork this repository and create a pull request.

In lieu of a formal style guide, take care to maintain the existing coding style.

Also, don’t forget to add unit tests for any new or changed functionality.

If you want to report a bug; or share a comment or suggestion, file an issue.

I’ve Found a Bug; I Have an Idea

For bug reports and suggestions, please file an issue.

Contact Information

License

MIT-licensed. — See the license file for details.

Code of Conduct

We are committed to making participation in this project a harassment-free experience for everyone, regardless of the level of experience, gender, gender identity and expression, sexual orientation, disability, personal appearance, body size, race, ethnicity, age, religion, or nationality.

See the code of conduct for details.

A ByteSized.TV Project

This repository is a part of the Byte-Sized JavaScript VideoCasts.

It is a compilation of short (around ten minutes) screencasts about JavaScript and related technologies.

Learn, explore, and have fun!