How to use clay-kiln - 1 common examples

To help you get started, we’ve selected a few clay-kiln examples, based on popular ways it is used in public projects.

Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.

github clay / clay-starter / app / services / startup / index.js View on Github external
app.use(function(req, res, next) {
    res.set(
      'X-Powered-By',
      [
        `clay v ${pkg.version}`,
        `amphora v ${amphoraPkg.version}`,
        `kiln v ${kilnPkg.version}`
      ].join('; ')
    );
    next();
  });

clay-kiln

Editor tools for Clay

MIT
Latest version published 9 months ago

Package Health Score

53 / 100
Full package analysis

Popular clay-kiln functions