Skip to content

hmcts/look-and-feel

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
src
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Look and Feel

Greenkeeper badge

Build Status npm (scoped) Codacy grade

GOV.UK look and feel as a single easy import (at least that's the goal).

Usage

To use look-and-feel first add it to your package.json:

yarn add @hmcts/look-and-feel

Then configure it in your app.js:

const express = require('express');
const app = express();
...
const lookAndFeel = require('@hmcts/look-and-feel');
lookAndFeel.configure(app);
...

Documentation

All documentation is stored in the [docs] folder.

Verification

Run tests:

yarn test

Run Eslint:

yarn lint

Check for Vulnerabilities:

yarn audit