https://github.com/node-freight/freight
Freight - Dependency Bundles for NPM and Bower
https://github.com/node-freight/freight
Last synced: 20 days ago
JSON representation
Freight - Dependency Bundles for NPM and Bower
- Host: GitHub
- URL: https://github.com/node-freight/freight
- Owner: node-freight
- License: mit
- Created: 2014-05-19T19:31:28.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2016-07-21T20:01:11.000Z (almost 10 years ago)
- Last Synced: 2025-10-01T05:23:10.177Z (9 months ago)
- Language: JavaScript
- Homepage:
- Size: 506 KB
- Stars: 189
- Watchers: 9
- Forks: 13
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG
- License: LICENSE
Awesome Lists containing this project
- awesome-github-projects - freight - Freight - Dependency Bundles for NPM and Bower ⭐189 `JavaScript` (📦 Legacy & Inactive Projects)
README
# Freight [![Build Status][travis-image]][travis-url] [![Downloads][downloads-image]][npm-url]

> Dependency Bundles for [NPM](https://www.npmjs.org/) and [Bower](http://bower.io/)
Freight helps you:
* Bundle all your dependencies into a compressed archive.
* Avoid committing dependencies into project source.
* Speed up project and dependency installation.
* Speed up continuous integration and deployment.
* Stop relying on NPM and Bower registries.
* Avoid dependency installation issues during deployment.
Freight consists of two components - a tiny command line tool
and a [Freight Server](https://github.com/vladikoff/freight-server) that manages the dependencies.
__See the [Freight Documentation](docs/cli.md).__
__See the [Freight Server README](https://github.com/vladikoff/freight-server) to help you setup a Freight Server.__
### Try it out
Install `npm install -g freight`.
Get the sample project:
`git clone https://github.com/vladikoff/freight-sample.git && cd freight-sample`
Run `freight -u http://freight.vf.io`, you will now have the NPM and Bower modules!
### Visual Demo

### How it works

Freight supports:
* with NPM: `npm-shrinkwrap.json`, NPM rebuild, production only bundles
* with Bower: `.bowerrc`, Bower resolutions
### Author
| [](https://twitter.com/vladikoff "Follow @vladikoff on Twitter") |
|---|
| [Vlad Filippov](http://vf.io/) |
### Release History
See the [CHANGELOG](CHANGELOG).
[downloads-image]: http://img.shields.io/npm/dm/freight.svg
[npm-url]: https://npmjs.org/package/freight
[npm-image]: http://img.shields.io/npm/v/freight.svg
[travis-url]: https://travis-ci.org/node-freight/freight
[travis-image]: https://travis-ci.org/node-freight/freight.svg?branch=master