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

@o3world/generator-drupal-theme

v1.0.6

Published

Use this generator to create files needed to create a Drupal Theme with pre built components

Downloads

2

Readme

O3 Drupal Theme Generator

The O3 Drupal Theme Generator is a quick way to run a few commands a get up and running with a new Drupal theme that includes the following goodies. Shout out to Mike Herceg for automating this!

  • Storybook
  • Eslint & sasslint
  • Recommended vscode settings

Installation

If this is your first time using the generator, you will want to install Yeoman & the O3 Theme Generator:

  • Install Yeoman globally
    npm install -g yo
  • Install package globally.
    npm install -g @o3world/generator-drupal-theme

After installing the above, this command will be available.

  • Within the folder you wish to generate your theme in. Typically in web/themes/custom/ run:
    yo @o3world/drupal-theme

Storybook

To run storybook:

npm run build

npm run storybook

Enable the theme in Drupal

With the proper permissions, visit /admin/appearance/ - find your new theme name, and choose 'Install & set as default'. You can then visit the homepage by clicking the 'Back to site' button in the top left corner to see the public theme (the admin theme you are currently in is different and will not change.) The site will look plain and unstyled - this is good because it is now your blank slate.

Components

Each component is from the O3 World Accessibility Library. Now instead of copying and pasting - you can run this generator and get them in your theme scaffolded and ready to go.

Are the componenets already integrated with Drupal?

No - but you have the starter files you need to get there. The reason for this is because auto-intergration would require assumptions about your build, which this sort of templating should not offer. We give you the pieces, you plug in the data and add any additional custom styling. Most components will include a twig file that is not used by storybook, you can use a twig include (or embed) in your Drupal template override while integrating.

Test Run

Want to play with this but don't have a Drupal site? You can get one up pretty quickly with Ddev. https://ddev.readthedocs.io/en/stable/users/quickstart/#drupal