frostback

1.0.6 • Public • Published

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");

Package Sidebar

Install

npm i frostback

Weekly Downloads

3

Version

1.0.6

License

ISC

Unpacked Size

4.02 kB

Total Files

3

Last publish

Collaborators

  • diegab