@atomist/skill-bundler
v0.1.44
Published
This bundler runs in both the JVM and in Node.js.
Downloads
119
Keywords
Readme
Installation
This bundler runs in both the JVM and in Node.js.
in Node.js
npm install --save-dev @atomist/bundlerThis installs a bin in your local node_modules so you can invoke with:
$> npm node_modules/.bin/bundlein Java using deps.edn
{
:alias {
:bundler {:extra-deps {com.atomist/skill-bundler {:mvn/version "0.1.1"}}
:main-opts ["-m" "atomist.bundler"]}}}
}so you can invoke with:
$> clj -A:bundlerWhat it does
It uses the local repo to create two files:
./atomist/skill.zip
./atomist/skill.yamlwhich should then be ready for upload/registration.
Datalog subscriptions
Supports ^{:limit 200} [:find ...] metadata on datalog subsriptions. Metadata on the vector will be merged into the registration graphql schema.
