# gb-works **Repository Path**: karmaq7/gb-works ## Basic Information - **Project Name**: gb-works - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-09-05 - **Last Updated**: 2021-09-06 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README

Javascript Library Boilerplate Basic

Minimal Library Starter Kit for your Javascript projects
Build Status Publish Status This is a basic library boilerplate. For a more robust alternative, check out [js-library-boilerplate](https://github.com/hodgef/js-library-boilerplate).
Like TypeScript? Check out [ts-library-boilerplate-basic](https://github.com/hodgef/ts-library-boilerplate-basic).
## ⭐️ Features - Babel 7 - Jest unit testing ## 📦 Getting Started ``` yarn ``` ## 💎 Customization > Before shipping, make sure to: 1. Edit `LICENSE` file 2. Edit `package.json` information (These will be used to generate the headers for your built files) ## 🚀 Deployment 1. `npm publish` 2. Your users can include your library as usual