Sha256: b415204087fc42d82c80a535105c0846a7223f764200c0bc9827363a5dd21a4c
Contents?: true
Size: 443 Bytes
Versions: 26
Compression:
Stored size: 443 Bytes
Contents
#!/usr/bin/env bash set -e source $HOME/.zsh/exports.sh source $HOME/.zsh/asdf.sh asdf local nodejs 12.18.4 for input in $(ls -1 data/*.txt); do name=$(basename $input) output=data/json/"${name%.txt}.json" jq -R -s -c 'split("\n")' < $input > $output done npm publish --access=public terminal-notifier \ -message "Just published a new npm version." \ -ignoreDnD \ -title "email_data_npm" \ -group homebrew \ &> /dev/null
Version data entries
26 entries across 26 versions & 1 rubygems