nomo

0.1.5 • Public • Published

nomo

__no__de __mo__dules for the browser.

  • Write modules for Node and browsers without environment branching.
  • Dependency management with NPM for browser packages.
  • Merge scripts into a single file.

Build Status

Install

npm install -g nomo

Usage

nomo

  1. Reads a package.json in the current directory to find the main file or fall back to index.js.
  2. Scans the js file for require and resolves them relatively. It also looks into node_modules.
  3. Generate a script with all modules wrapped into a micro module loading framework and prints it on stdout.

Configure

Put a nomo section into your package.json. The following properties are recognized:

  • require: The main file to initially require in the generated script
  • exportTarget: Assigns the result of the initial require call to the given path, e.g. window.myCoolStuff.
  • requireTarget: Assigns the internal require function to the given path, e.g. window.require. If the require function already exists, it will be replaced and delegated to if the module is not found.
  • fileName: The desired file name. Defaults to nomo.js.
  • name: The name of the project to put into the script header. Defaults to the package name.

TODO

  • Configuration via command line options.

Readme

Keywords

none

Package Sidebar

Install

npm i nomo

Weekly Downloads

2

Version

0.1.5

License

none

Last publish

Collaborators

  • mantoni