Socket
Book a DemoInstallSign in
Socket

headland

Package Overview
Dependencies
Maintainers
1
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

headland

An isomorphic web framework based on Coastline

latest
Source
npmnpm
Version
0.6.2
Version published
Maintainers
1
Created
Source

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.

Keywords

coastline

FAQs

Package last updated on 21 Jul 2016

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts