1.0.6 • Published 2 years ago

frostback v1.0.6

Weekly downloads
-
License
ISC
Repository
github
Last release
2 years ago

Frostback

A tool that imitates NPM, but with a small change: it works for the browser.

Usage

Using Frostback is as simple as one-two-three. Just bundle any module:

$ frostback chalk

Then add the module to your HTML code:

<script src="frostback/chalk"></script>

And require() it in a script:

var chalk = require("chalk");
1.0.6

2 years ago

1.0.5

2 years ago

1.0.4

2 years ago

1.0.3

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago