0.6.0 • Published 8 years ago

freight v0.6.0

Weekly downloads
8
License
MIT
Repository
github
Last release
8 years ago

Freight Build Status Downloads

Dependency Bundles for NPM and Bower

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 that manages the dependencies.

See the Freight Documentation.

See the Freight Server README 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

npm.io

How it works

npm.io

Freight supports:

  • with NPM: npm-shrinkwrap.json, NPM rebuild, production only bundles
  • with Bower: .bowerrc, Bower resolutions

Author

twitter/vladikoff
Vlad Filippov

Release History

See the CHANGELOG.

0.6.0

8 years ago

0.5.2

9 years ago

0.5.1

10 years ago

0.5.0

10 years ago

0.4.0

10 years ago

0.3.1

10 years ago

0.3.0

10 years ago

0.1.2

10 years ago

0.1.1

10 years ago

0.1.0

10 years ago

0.0.1

10 years ago