0.7.9 • Published 8 years ago

skira-core v0.7.9

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

skira-core

Wrapper around Skira sites for full initialization, url resolving and request processing.

Build Status Dependency Status devDependency Status Chat

Status

Skira is still in active development. We are working towards a final release ASAP (1.0.0) and will then keep the API stable.

Example

const Site = require("skira-core")

var siteData = require(process.cwd() + "/build/site")
var site = new Site(siteData)

var scope = site.resolve("/")

site.process(scope).then((scope) => {
    console.log(scope.content)
})

License

MIT

0.7.9

8 years ago

0.7.8-1

8 years ago

0.7.8

8 years ago

0.7.7

8 years ago

0.7.6

8 years ago

0.7.5-5

8 years ago

0.7.5-4

8 years ago

0.7.5-3

8 years ago

0.7.5-2

8 years ago

0.7.5-1

8 years ago

0.7.5

8 years ago

0.7.4-2

8 years ago

0.7.4-1

8 years ago

0.7.4

8 years ago

0.7.3

8 years ago

0.7.2

8 years ago

0.7.1-1

8 years ago

0.7.0-2

8 years ago

0.7.0-1

8 years ago

0.7.0

8 years ago

0.4.3

8 years ago

0.4.2

8 years ago

0.4.1

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