Add Array, Numbers, Object and String prototypes in your project.
No description provided.
Rapidly create HTML prototypes of GOV.UK services
Some common prototypes for node.js: string.startsWith(), object.countProperties() and more. Facilities for functional programming with objects: object.forEach(), object.filter(). Functions are added safely using Object.defineProperty().
Tree utilities which provides a full-featured extend and object-cloning facility, and various tools to deal with nested object structures.
Design patterns for HMRC frontends
cli for mastra
No description provided.
This module provides basic ANSI color code support, to allow you to format your console output with foreground and background colors as well as providing bold, italic and underline support.
GOV.UK Step by Step Pattern for the GOV.UK Prototype Kit
Crazy fast http radix based router
Secure and size-limited in-memory cache for Node.js and browsers
Get callsites from the V8 stack trace API
Design with code, powered by your own component library
Generate a unique filename for use in temporary directories or caches.
filesystem bindings for tar-stream
Crazy fast http radix based router
Node.js Buffer API, for the browser
Fake HTTP injection library
A node.js package for Steven Levithan's excellent dateFormat() function.
An optimised way to copy'ing an object. A small and simple integration
the bare-bones internationalization library used by yargs
Retry HTTP requests with Axios.
tar-stream is a streaming tar parser and generator and nothing else. It operates purely using streams which means you can easily extract/parse tarballs without ever hitting the file system.
Gem that just launch your bin/play script from any folder
Treste is a great tool for rapid prototyping projects. I use it in loads of my projects. There are a couple of things that kind of tick me off though; Trestle resources tend to become large files in the app/admin folder due to the way they are written. I find it hard to read/maintain them as a big file, so I split them up into smaller files and created a generator to ensure that they always follow a standard. Another pet peeve is the menu handling. Handling menu itmes in each resource quickly becomes a nightmare. Ordering them requires a lot of manual work. To keep things simpler, inspired by the work from the crowd at WinterCMS, I created a menu.yml file that is used to manage the menu. I also created a helper that simplifies the placing of the menu.