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

@wegotpop/styleguide

Package Overview
Dependencies
Maintainers
3
Versions
23
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@wegotpop/styleguide

[![npm version](https://badge.fury.io/js/%40wegotpop%2Fstyleguide.svg)](https://badge.fury.io/js/%40wegotpop%2Fstyleguide)

  • 1.11.0
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
10
increased by100%
Maintainers
3
Weekly downloads
 
Created
Source

We Got POP LTD Style guide

npm version

Getting started

This repository makes use of Yarn. Please ensure this is installed before getting started.

First step is to install the dependencies. This can be done via:

yarn install

To run the development server run:

yarn dev

This will launch the dev sever on http://localhost:1234. Hot reload is active by default. The development server and production builder is managed by Parcel.

Code layout

The root of the app is located in index.js (and the correspdoning index.html). CSS that is meant to be exported is located in the css folder. Individual pages are locationd in the pages folder. There is a separte css folder, for page specific styling, which is not considered to be part of the POP style guide.

Code is auto formated on commit, and makes use of Prettier to format JS, CSS and Markdown files.

This can be triggered before commit with:

yarn format

or for a specific filetype:

yarn format:<js|css|md>

Publishing

Publishing can be done by running npm publish.

FAQs

Package last updated on 13 Aug 2019

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