0.6.5 • Published 7 years ago

artie v0.6.5

Weekly downloads
4
License
MIT
Repository
github
Last release
7 years ago

artie

Node.js release management.

Version   License   Monthly downloads   Build Status

  • Creates release packages from node.js projects. The packages are self-contained executables.
  • Uploads packages as attached files to GitHub releases.
  • Downloads the latest package from GitHub and sets up permissions and symlinks.

Usage

artie upload [-o <os>] [-a <arch>] [-n <node version>] [-t <token>]

Packages the node.js project in the current directory as an executable archive using nar. The archive layout can be configured in package.json.

If the current commit also has a tag, the package is uploaded and attached to the GitHub release with the same tag.

If we are not on a tag, we assume that this package is for development purposes, and a new GitHub draft release is created using the abbreviated commit object as the name.

artie download <owner> <repo> [-o <os>] [-a <arch>] [-p] [-t <token>]

Queries GitHub for the latest package matching the supplied os and arch, and downloads the package (if it doesn't already exist) to the current directory. Creates a symlink with the same name as <repo> pointing to the newly downloaded file.

If -p is specified, we will only download fully tagged production releases. Otherwise, we will also consider draft releases.

Releases marked as pre-release will never be downloaded.

Node.js version

The version of the embedded node.js executable is determined as follows:

  1. If the -n options is specified, we will use that.
  2. If .nvmrc exists in the project root, we will look for a node.js version there.
  3. Otherwise, fall back to the system default.

Authentication

artie needs a personal access token to be able to work with GitHub. It can be supplied either with the -t <token> option or by setting the GITHUB_OAUTH_TOKEN environment variable.

Slack notifications

export SLACK_WEBHOOK=https://hooks.slack.com/services/ASD28TH/B0asdCQ/6876786sd8f6asdasdgxcv
export SLACK_CHANNEL=general
0.6.5

7 years ago

0.6.4

8 years ago

0.6.3

8 years ago

0.6.2

8 years ago

0.6.1

8 years ago

0.6.0

8 years ago

0.5.2

8 years ago

0.5.1

8 years ago

0.5.0

8 years ago

0.4.2

8 years ago

0.4.0

8 years ago

0.3.5

8 years ago

0.3.4

8 years ago

0.3.3

8 years ago

0.3.2

8 years ago

0.3.1

8 years ago

0.3.0

8 years ago

0.2.4

8 years ago

0.2.3

8 years ago

0.2.2

8 years ago

0.2.1

8 years ago

0.2.0

8 years ago

0.1.3

8 years ago

0.1.1

8 years ago