https://github.com/azer/jsbuild
JSBuild is a command-line utility that provides building CommonJS modules and packages for web
https://github.com/azer/jsbuild
Last synced: 3 months ago
JSON representation
JSBuild is a command-line utility that provides building CommonJS modules and packages for web
- Host: GitHub
- URL: https://github.com/azer/jsbuild
- Owner: azer
- License: other
- Created: 2010-09-03T13:53:55.000Z (almost 16 years ago)
- Default Branch: master
- Last Pushed: 2011-09-16T11:12:55.000Z (almost 15 years ago)
- Last Synced: 2024-11-16T00:12:23.424Z (over 1 year ago)
- Language: Python
- Homepage: http://jsbuild.kodfabrik.com
- Size: 229 KB
- Stars: 30
- Watchers: 6
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README
- License: LICENSE
Awesome Lists containing this project
README
Providing running CommonJS modules on the web without any need of source code modification, JSBuild
is a new Python library and a command-line utility that builds specified CommonJS modules and
packages by generating unobtrusive Javascript code. Documentation is available at http://jsbuild.kodfabrik.com
Installation
------------
Please make sure that your system meets the requirements listed below:
- Linux or any other Unix distribution, OS X as well (It probably works on Microsoft Windows, too, but I haven't tested it yet)
- Python 3+
To Install:
$ python3 setup.py install
Now you should be able to call jsbuild command which merges the Javascript files defined in the
specified manifest file. Optionally, you may run it on on your command-line passing no parameter to
test your installation, it should raise an output like the error message below:
ERROR - Missing manifest path. More info with "-h"
vim: tw=100