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

patternlab-standard

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

patternlab-standard

Aplyca Pattern lab Frontend standard

  • 1.0.2
  • latest
  • Source
  • npm
  • Socket score

Version published
Maintainers
1
Created
Source

Pattern Lab Standard Edition

Requirements

  • Install NodeJS: https://nodejs.org/en/download/package-manager/ (brew install node)

Optional:

Installation

npm i

Updating the app:

npm up

Start working

See Pattern Lab docs: http://patternlab.io/docs/index.html

Runnig the server

npm run start

Generating and distributing package

To generate the distribution package:

npm run bundle

This will generate the necessary files in the dist directory.

Pushing your changes:

npm run push "Commit message"

This will push all your changes to the repo.

Bump version:

npm version <patch|minor|major>

This will checkout to master, bump version in package.json, create an push the tags.

Using in the site

Download files directly

npm install git@github.com:Aplyca/patternlab-standard.git#master --save

Using bower.json

Create the file in the public directory of the Bundle:

{
  "name": "app-frontend",
  "version": "0.0.1",
  "description": "App Frontend",
  "main": "README.md",
  "repository": {
    "type": "git",
    "url": "ttps://github.com/Aplyca/patternlab-standard"
  },
  "author": "Aplyca",
  "license": "ISC",
  "dependencies": {
    "patternlab-standard-frontend": "git+ssh://git@github.com:Aplyca/patternlab-standard.git#master"
  },
  "devDependencies": {}
}

Then install/update with the command:

npm i --production

Installing the frontend package

See the instructions of the starter kit in source/README.md

FAQs

Package last updated on 24 Jul 2017

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