Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/davidbonnet/foundation
🏛 Base repository for building JavaScript apps or libraries.
https://github.com/davidbonnet/foundation
boilerplate bundler front-end javascript library webapp
Last synced: 3 months ago
JSON representation
🏛 Base repository for building JavaScript apps or libraries.
- Host: GitHub
- URL: https://github.com/davidbonnet/foundation
- Owner: davidbonnet
- Created: 2018-01-01T21:19:57.000Z (about 7 years ago)
- Default Branch: main
- Last Pushed: 2024-09-17T18:46:00.000Z (4 months ago)
- Last Synced: 2024-09-22T00:19:04.101Z (4 months ago)
- Topics: boilerplate, bundler, front-end, javascript, library, webapp
- Language: JavaScript
- Homepage:
- Size: 590 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 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
- [Vite](https://vitejs.dev)
- [Vitest](https://vitest.dev)
- [TypeScript](https://www.typescriptlang.org)
- [Prettier](https://prettier.io)
- [Eslint](https://eslint.org)
- [Tailwind](https://tailwindcss.com)
- [Typedoc](https://typedoc.org)
- [NVM](https://github.com/nvm-sh/nvm)### 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:
```js
import { add } from "foundation";
```## Installation
Install with the [Node Package Manager](https://www.npmjs.com/package/foundation):
```bash
npm install foundation
```## Documentation
Documentation is generated [here](doc/README.md).