0.1.5 • Published 12 years ago

nomo v0.1.5

Weekly downloads
27
License
-
Repository
github
Last release
12 years ago

nomo

node modules for the browser.

Why?

  • Write modules for Node and browsers without environment branching.
  • Dependency management with NPM for browser packages.

Usage

(work in progress - this is how it is supposed to work once it's ready)

Run nomo in your package directory. It will start with the main script declared in your package.json or default to index.js. required scripts are resolved relatively. It will also find scripts in node_modules.

The generated nomo.js file contains all scripts wrapped into a micro module loading framework.

0.1.5

12 years ago

0.1.4

12 years ago

0.1.3

12 years ago

0.1.2

12 years ago

0.1.1

12 years ago

0.1.0

12 years ago