0.1.44 • Published 2 years ago

@atomist/skill-bundler v0.1.44

Weekly downloads
408
License
-
Repository
-
Last release
2 years ago

Installation

This bundler runs in both the JVM and in Node.js.

in Node.js

npm install --save-dev @atomist/bundler

This installs a bin in your local node_modules so you can invoke with:

$> npm node_modules/.bin/bundle

in 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:bundler

What it does

It uses the local repo to create two files:

./atomist/skill.zip
./atomist/skill.yaml

which 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.

0.1.44

2 years ago

0.1.42

3 years ago

0.1.43

3 years ago

0.1.33

3 years ago

0.1.35

3 years ago

0.1.31-master.0

3 years ago

0.1.31

4 years ago

0.1.30

4 years ago

0.1.27

4 years ago

0.1.28

4 years ago

0.1.26

4 years ago

0.1.25

4 years ago

0.1.24

4 years ago

0.1.23

4 years ago

0.1.22

4 years ago

0.1.21

4 years ago

0.1.20

4 years ago

0.1.19

4 years ago

0.1.17

4 years ago

0.1.16

4 years ago

0.1.15

4 years ago

0.1.14

4 years ago

0.1.13

4 years ago

0.1.12

4 years ago

0.1.11

4 years ago

0.1.10

4 years ago

0.1.8

4 years ago

0.1.9

4 years ago

0.1.6

4 years ago

0.1.5

4 years ago

0.1.4

4 years ago

0.1.3

4 years ago

0.1.2

4 years ago

0.1.1

4 years ago

0.1.0

4 years ago