Skip to content

Tooling Libraries

Libraries which are designed to standardize and streamline the code release cycle

LibraryDescriptionLink to DocumentationRelease
@nhtio/eslint-configThe default set of ESLint rules used by the NHT teamLinkNPM Version
@nhtio/japa-junit-reporterCustom reporter for Japa testing framework to save tests's summary in JUnix XML formatLinkNPM Version
@nhtio/vite-pluginsPreconfigured Commonly Used Vite PluginsLinkNPM Version

Starter Kits

These starter kits are meant to allow you to bootstrap your development faster by providing you with all of the tools needed out of the box.

Typescript App Starter

A starter template which can be used to quickly scaffold a Typescript Application

bash
npm init @nhtio/ts-app-starter@latest

Typescript Library Starter

A starter template which can be used to quickly scaffold a Typescript Library

bash
npm init @nhtio/ts-lib-starter@latest

Vue Component Library Starter

A starter template which can be used to quickly scaffold a Vue + Typescript Component Library

bash
npm init @nhtio/vue-lib-starter@latest