Appearance
Tooling Libraries
Libraries which are designed to standardize and streamline the code release cycle
| Library | Description | Link to Documentation | Release |
|---|---|---|---|
@nhtio/eslint-config | The default set of ESLint rules used by the NHT team | Link | |
@nhtio/japa-junit-reporter | Custom reporter for Japa testing framework to save tests's summary in JUnix XML format | Link | |
@nhtio/vite-plugins | Preconfigured Commonly Used Vite Plugins | Link |
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@latestTypescript Library Starter
A starter template which can be used to quickly scaffold a Typescript Library
bash
npm init @nhtio/ts-lib-starter@latestVue 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