Socket
Socket
Sign inDemoInstall

dash-components-archetype-dev

Package Overview
Dependencies
Maintainers
1
Versions
25
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

dash-components-archetype-dev

A [Builder](https://github.com/FormidableLabs/builder) Archetype for Dash components suites (Development)


Version published
Weekly downloads
7
increased by133.33%
Maintainers
1
Weekly downloads
 
Created
Source

Dash Components Archetype

Release

To tag and release a new version of the archetype, follow these instructions. You might be tempted to add some of these steps to NPM's *version lifecycle methods, but that would interfere with versioning and publishing of the actual project depending on the archetype, since Builder merges the project package.json scripts with the archetype's package.json scripts.

# 1. Bump package.json `version` according to [semver][]
$ vi package.json

# 2. Generate `dev/*` package files
$ builder-support gen-dev

# 3. Run tests
$ npm run builder:check

# 4. Commit and tag
$ git add package.json dev
$ git commit -m "%s"
$ git tag -a "%s" -m "%s"
$ git push --follow-tags

5. Publish main and dev package
$ npm publish && cd dev && npm publish && cd -

Keywords

FAQs

Package last updated on 22 Jun 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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc