PHPackages                             dof-dss/nicsdru\_unity\_theme - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Utility &amp; Helpers](/categories/utility)
4. /
5. dof-dss/nicsdru\_unity\_theme

ActiveDrupal-custom-theme[Utility &amp; Helpers](/categories/utility)

dof-dss/nicsdru\_unity\_theme
=============================

Drupal theme for Unity sites

10.2.26(2mo ago)030.2k↓25.5%1[9 issues](https://github.com/dof-dss/nicsdru_unity_theme/issues)[9 PRs](https://github.com/dof-dss/nicsdru_unity_theme/pulls)MITTwigPHP &gt;=8.0CI failing

Since Feb 19Pushed 3w ago5 watchersCompare

[ Source](https://github.com/dof-dss/nicsdru_unity_theme)[ Packagist](https://packagist.org/packages/dof-dss/nicsdru_unity_theme)[ Docs](https://github.com/dof-dss/nicsdru_unity_theme)[ RSS](/packages/dof-dss-nicsdru-unity-theme/feed)WikiDiscussions 10.x-dev Synced 3d ago

READMEChangelog (10)DependenciesVersions (130)Used By (0)

NICS Unity theme
================

[](#nics-unity-theme)

This repository contains code for a Drupal 8 theme from which NICS sites could be sub-themed from.

Table of contents
-----------------

[](#table-of-contents)

- [Quick start](#quick-start)
- [What's included](#whats-included)
- [Bugs and feature requests](#bugs-and-feature-requests)
- [Using the NPM scripts](#using-the-npm-scripts)
- [Sub-theming](#sub-theming)
- [Documentation](#documentation)

Quick start
-----------

[](#quick-start)

- [Download the latest release](https://github.com/dof-dss/nicsdru_unity_theme/archive/master.zip) or clone the repo: `git clone https://github.com/dof-dss/nicsdru_unity_theme.git`
- `brew install libjpeg`
- `npm install`

What's included
---------------

[](#whats-included)

The theme uses [NPM scripts](https://docs.npmjs.com/misc/scripts) and packages to create tooling to:

- write and compile scss to css
- apply appropriate prefixing for css rules
- write and uglify js
- detect features the user’s browser has to offer (via Modernizr)
- code linting
- optimise and compress images for the web

Within the download you'll find the following directories and files, logically grouping common assets, you'll see something like this:

```
nicsdru_unity_theme/
└── config/
│   ├── install/
│   ├── .sass-lint.yml
│   ├── modernizr-config.json
│   ├── postcss.config.js
└── css/
└── images/
└── js/
└── src/
│   ├── images/
│   ├── js/
│   ├── scss/
│   ├── styleguide/
└── templates/
│   ├── block/
│   ├── content/
│   ├── field/
│   ├── layout/
│   ├── misc/
│   ├── navigation/
│   ├── user/
└── .gitignore
└── composer.json
└── imagemin.js
└── nicsdru_unity_theme.breakpoints.yml
└── nicsdru_unity_theme.info.yml
└── nicsdru_unity_theme.layouts.yml
└── nicsdru_unity_theme.libraries.yml
└── nicsdru_unity_theme.theme
└── package.json
└── README.md
└── screenshot.png

```

Using the NPM scripts
---------------------

[](#using-the-npm-scripts)

The `package.json` includes the following commands and tasks:

TaskDescription`npm run build``npm run build` compiles files into their build directories ready for use in a production environment. **Uses [Sass](https://sass-lang.com/), [Autoprefixer](https://github.com/postcss/autoprefixer), [Modernizr](https://modernizr.com) and [UglifyJS](https://github.com/mishoo/UglifyJS2).**`npm run watch`Watches for changes to scss and js files &amp; compiles them for development purposes.`npm run lint`Will run all `.scss` and `.js` files through their respective linting tools - eslint &amp; [sass-lint](https://github.com/sasstools/sass-lint), note however that linting is also performed as part of the the build scripts. This is useful for finding issues being flagged by the linting rules. To only lint css or js files, prefix the lint command with the file type you which to scope the linting to eg `npm run css-lint` or `npm run js-lint`Run `npm run` to see all the npm scripts.

Documentation
-------------

[](#documentation)

[Guidance on styling and developer helpers on how to use this theme is available here](https://dof-dss.github.io/nicsdru_unity_theme/).

###  Health Score

58

—

FairBetter than 98% of packages

Maintenance91

Actively maintained with recent releases

Popularity27

Limited adoption so far

Community18

Small or concentrated contributor base

Maturity80

Battle-tested with a long release history

 Bus Factor2

2 contributors hold 50%+ of commits

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~20 days

Recently: every ~30 days

Total

111

Last Release

66d ago

Major Versions

v0.1.80 → 9.1.12023-09-14

9.1.1 → 10.1.12023-09-14

v0.1.81 → 10.1.22023-10-17

v10.2.23 → 11.x-dev2025-09-23

PHP version history (2 changes)v0.1.0PHP &gt;=7.0

v10.1.13PHP &gt;=8.0

### Community

Maintainers

![](https://www.gravatar.com/avatar/a67438e27fd8061ae770b700d15597ae997d6b0b444cbdb18f463edde8b18e23?d=identicon)[nics-digital-dev](/maintainers/nics-digital-dev)

---

Top Contributors

[![ooneill547](https://avatars.githubusercontent.com/u/52583631?v=4)](https://github.com/ooneill547 "ooneill547 (729 commits)")[![soda736](https://avatars.githubusercontent.com/u/55246692?v=4)](https://github.com/soda736 "soda736 (578 commits)")[![David-Corbett](https://avatars.githubusercontent.com/u/1025711?v=4)](https://github.com/David-Corbett "David-Corbett (165 commits)")[![DuttonMa](https://avatars.githubusercontent.com/u/348030?v=4)](https://github.com/DuttonMa "DuttonMa (113 commits)")[![KMDOFNI](https://avatars.githubusercontent.com/u/97896878?v=4)](https://github.com/KMDOFNI "KMDOFNI (25 commits)")[![johangant](https://avatars.githubusercontent.com/u/451261?v=4)](https://github.com/johangant "johangant (24 commits)")[![AdamMcFet](https://avatars.githubusercontent.com/u/97898569?v=4)](https://github.com/AdamMcFet "AdamMcFet (23 commits)")[![omahm](https://avatars.githubusercontent.com/u/1013025?v=4)](https://github.com/omahm "omahm (11 commits)")[![dependabot[bot]](https://avatars.githubusercontent.com/in/29110?v=4)](https://github.com/dependabot[bot] "dependabot[bot] (8 commits)")

---

Tags

drupaltheme

### Embed Badge

![Health badge](/badges/dof-dss-nicsdru-unity-theme/health.svg)

```
[![Health](https://phpackages.com/badges/dof-dss-nicsdru-unity-theme/health.svg)](https://phpackages.com/packages/dof-dss-nicsdru-unity-theme)
```

###  Alternatives

[lullabot/amp

A set of useful classes and utilities to convert html to AMP html (See https://www.ampproject.org/)

3793.0M11](/packages/lullabot-amp)[drupal/core-composer-scaffold

A flexible Composer project scaffold builder.

5445.2M565](/packages/drupal-core-composer-scaffold)[mnsami/composer-custom-directory-installer

A composer plugin, to help install packages of different types in custom paths.

1465.4M62](/packages/mnsami-composer-custom-directory-installer)[qirolab/laravel-themer

A Laravel theme manager, that will help you organize and maintain your themes inside Laravel projects.

405274.4k15](/packages/qirolab-laravel-themer)[freemius/wordpress-sdk

Freemius WordPress SDK

307142.4k9](/packages/freemius-wordpress-sdk)[drupal/core-project-message

Adds a message after Composer installation.

2124.7M203](/packages/drupal-core-project-message)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
