New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

pubstorm

Package Overview
Dependencies
Maintainers
2
Versions
17
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

pubstorm

PubStorm, the easiest way to publish your HTML5 websites and apps.

0.3.1
Source
npm
Version published
Weekly downloads
5
150%
Maintainers
2
Weekly downloads
 
Created
Source

PubStorm CLI

Releasing a new version on NPM

  • Edit VERSION in rise-cli-go.
  • Build production binaries: RISE_CLI_ENV=production script/build
  • Remove old binaries in dist/ folder: rm -rf ~/code/pubstorm-cli/dist
  • Move newly built binaries to dist/ folder: mv ./dist ~/code/pubstorm-cli
  • cd ~/code/pubstorm-cli
  • Edit version in package.json.
  • Check version by running `dist/linux_amd64/storm -v).
  • Commit and push.
  • Publish to NPM: npm publish
  • Update latest available version in S3 bucket bucket=pubstorm-updates.

Copyright (c) 2016 PubStorm.com. All Rights Reserved.

Keywords

html5

FAQs

Package last updated on 15 Aug 2016

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts