Killing In The Namespace Of

A command line utility to aid in the conversion from "namespace" based JavaScript modules to CommonJS modules.

build status gem

Installation

  $ gem install kitno

Usage

Note: this is currently a work in progress

  $ kitno transform --namespace='MyApp' --directory='./src' --output='./common-js' --globals='_:underscore,$:jquery' --externals='Backbone:backbone'

License

The gem is available as open source under the terms of the MIT License.