davidbonnet / foundation

🏛 Base repository for building JavaScript apps or libraries.
1 stars 0 forks source link
boilerplate bundler front-end javascript library webapp

Foundation

🏛️ Base repository for building JavaScript apps or libraries.

To use this template, clone this repository and rename all "Foundation" instances to the name of your library. Set this package to "public" before publishing it.

Uses

Features

Usage

Everything is exported from the main entry-point through an ES6 module:

import { add } from "foundation";

Installation

Install with the Node Package Manager:

npm install foundation

Documentation

Documentation is generated here.