# hello-lib **Repository Path**: mirrors_mourner/hello-lib ## Basic Information - **Project Name**: hello-lib - **Description**: Simple boilerplate for my small JS libraries. - **Primary Language**: Unknown - **License**: ISC - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-09-25 - **Last Updated**: 2026-03-08 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ## Hello Lib A starting template for my small JS libraries. Uses ESLint, Tap and Browserify. [![](https://img.shields.io/badge/simply-awesome-brightgreen.svg)](https://github.com/mourner/projects) ### Demos * [Awesome Demo](http://mourner.github.io/hello-lib/demo) ### Install * NPM: `npm install hello-lib` * Browser-compatible CDN link: [hello.js](https://unpkg.com/hello-lib/hello.js) ### Usage ```js var foo = hello(); ```