0.6.2 • Published 8 years ago

headland v0.6.2

Weekly downloads
-
License
MIT
Repository
bitbucket
Last release
8 years ago

Headland framework

Warning: pre-alpha software. There are known vulnerabilities and no code coverage. Proceed at your own risk.

See headland.io for more info and follow @very_lv for updates.

Installing Headland from NPM

npm install headland

This will install headland-core, headland-web and headland-postgres which should be enough to start a project.

Note that Headland has not been tested to work on Windows platform.

Installing Headland from Mercurial

Actual packages are in the packages directory. If you want to use this repo directly instead of published NPM modules you'll have to do this:

hg clone https://bitbucket.org/verypositive/headland
cd headland
bash prepare.sh

Then in the project directory

mkdir node_modules
ln -sv /path/to/headland/ node_modules/
ln -sv /path/to/headland/packages/* node_modules/

Starting a project

There is currently no bootstrap script available. Consider forking headland.io and starting from there.

Questions

You will have questions. Please go to #headland on Freenode to chat with the developers.

0.6.2

8 years ago

0.6.1

8 years ago

0.6.0

8 years ago

0.5.1

8 years ago

0.5.0

8 years ago

0.4.0

8 years ago

0.3.0

8 years ago

0.2.1

8 years ago

0.2.0

8 years ago

0.1.1

8 years ago

0.1.0

8 years ago