jam
JavaScript package manager - using a browser-focused and RequireJS compatible repository
File Explorer
Download Latest Version (.zip)- jam.js
- clean.js
- clear-cache.js
- compile.js
- help.js
- index.js
- install.js
- link.js
- ls.js
- pack.js
- publish.js
- rebuild.js
- remove.js
- search.js
- unpublish.js
- upgrade.js
- args.js
- cache.js
- couchdb.js
- env.js
- fstream-jam.js
- github.js
- jamrc.js
- logger.js
- packages.js
- project.js
- repository.js
- settings.js
- tar.js
- tree.js
- utils.js
- versions.js
- main.js
- package.json
- main.js
- package.json
- main.js
- package.json
- main.js
- package.json
- main.js
- package.json
- package.json
- two.js
- package.json
- two.js
- package.json
- README
- package.json
- package.json
- test-custompaths-publish-install-ls-remove.js
- test-emptyproject-install-compile.js
- test-emptyproject-install-rm-rebuild.js
- test-emptyproject-publish-install-ls-remove.js
- test-emptyproject-publish-install-upgrade.js
- test-link.js
- test-packagejson-publish-install-ls-remove.js
- test-publish-unpublish.js
- test-publish.js
- test-rangedeps-publish-install-upgrade.js
- invalid_json
- valid_json
- test-lib-couchdb.js
- test-lib-tree.js
- test-lib-utils.js
- all.bat
- all.sh
- integration.bat
- integration.sh
- unit.bat
- unit.sh
- utils.js
- .gitignore
- index.js
- LICENSE
- package.json
- README.md
# Installation Guide
1. Get the code
git clone https://github.com/caolan/jam
Downloads the entire project code from GitHub to your computer.
cd jam
Moves into the project folder you just downloaded.
2. Official Install Script
Easy RecommendedPrerequisites
- Homebrew A package manager for macOS/Linux.
- APT (Debian/Ubuntu κ³μ΄) Built into Debian/Ubuntu-based Linux distributions.
brew install couchdb
Installs the pre-built package via Homebrew β no source build required.
apt-get install couchdb
Installs directly from the APT package repository (Debian/Ubuntu-based).
After installing, open a new terminal and run the program's version command (e.g. --version) to confirm it worked.
Pulled directly from this repo's README.
3. Node.js
EasyPrerequisites
npm install
Downloads and installs the libraries listed in package.json.
npm start
Starts the development/run server.
After running the command, open the address shown in the terminal (usually something like http://localhost:3000) in your browser.
// repository documentation
Was this content helpful?
(0 ratings)
