davidbonnet / foundation

πŸ› Base repository for building JavaScript apps or libraries.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

  • List the main features of the library
  • Explain how it distinguishes from other libraries

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.

About

πŸ› Base repository for building JavaScript apps or libraries.

License:MIT License


Languages

Language:JavaScript 62.6%Language:TypeScript 30.4%Language:CSS 3.8%Language:HTML 3.2%