0.3.2 • Published 2 years ago

arvis-store v0.3.2

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

arvis-store

CodeFactor Known Vulnerabilities CI NPM version MIT license PR's Welcome GitHub issues

Publish and Retrieve Arvis extension info

Check on docs

Usage - cli

view

To view some extension info on cli, run below command.

$ arvis-store view [some_extension_name]

set github token

To publish arvis extension to store, need to set github api token first.

Gey your github access token in here and,

Run below command to set your github api token.

$ arvis-store set-gh-api-key [github_api_key]

publish

To publish current extension directory to arvis-store, run below command.

If the extension in uploaded on npm, run

$ arvis-store publish --npm

Otherwise, run below command.

Below command upload an arvisworkflow file or an arvisplugin file to the arvis-store github repository.

Users can download the file from the store and use it.

$ arvis-store publish --local

download

To download local extension file,

$ arvis-store download workflow [creator_name] [extension_name]
$ arvis-store download plugin [creator_name] [extension_name]

unpublish

To unpublish extension from store, run

$ arvis-store unpublish [creator_name] [extension_name]

How to add arvis-extension to arvis-store

  1. Install arvis-store
$ npm i -g arvis-store
  1. Set Github personal access token
$ arvis-store set [github_personal_access_token]
  1. Run publish command

If the extension in uploaded on npm,

Run

$ arvis-store publish --npm

Otherwise, Run

$ arvis-store publish --local

How it works

  1. The store is internal/store.json file. and it is renewed once a day, and every time a new extension is added to the store by github-workflows

  2. internal/store.json stores information that always requires renewal like npm download info, it's latest version.

  3. internal/statis-store.json's information updates only when extensions are created or need to be changed by the extension creator

  4. arvis-store publish command creates a PR that adds your extension to the internal/static-store.json.

Related

  • arvish - Arvis workflow, plugin creator tools
0.3.2

2 years ago

0.3.0

3 years ago

0.3.1

3 years ago

0.2.11

3 years ago

0.2.10

3 years ago

0.2.9

3 years ago

0.2.8

3 years ago

0.2.7

3 years ago

0.2.1

3 years ago

0.2.6

3 years ago

0.2.3

3 years ago

0.2.2

3 years ago

0.2.5

3 years ago

0.2.4

3 years ago

0.2.0

3 years ago

0.1.9

3 years ago

0.0.40

3 years ago

0.0.41

3 years ago

0.0.42

3 years ago

0.0.37

3 years ago

0.0.38

3 years ago

0.0.39

3 years ago

0.0.34

3 years ago

0.0.35

3 years ago

0.0.36

3 years ago

0.1.0

3 years ago

0.1.2

3 years ago

0.1.1

3 years ago

0.1.8

3 years ago

0.1.7

3 years ago

0.1.4

3 years ago

0.1.3

3 years ago

0.1.6

3 years ago

0.1.5

3 years ago

0.0.33

3 years ago

0.0.32

3 years ago

0.0.31

3 years ago

0.0.30

3 years ago

0.0.29

3 years ago

0.0.28

3 years ago

0.0.26

3 years ago

0.0.25

3 years ago

0.0.24

3 years ago

0.0.23

3 years ago

0.0.22

3 years ago

0.0.21

3 years ago

0.0.20

3 years ago

0.0.19

3 years ago

0.0.18

3 years ago

0.0.17

3 years ago

0.0.16

3 years ago

0.0.15

3 years ago

0.0.14

3 years ago

0.0.13

3 years ago

0.0.12

3 years ago

0.0.11

3 years ago

0.0.10

3 years ago

0.0.9

3 years ago

0.0.8

3 years ago

0.0.7

3 years ago

0.0.6

3 years ago

0.0.5

3 years ago

0.0.4

3 years ago

0.0.3

3 years ago

0.0.2

3 years ago

0.0.1

3 years ago