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

radardasaude-platform-pattern-library

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

radardasaude-platform-pattern-library

Ushahidi Platform Pattern Library

3.12.2-3
latest
Source
npm
Version published
Weekly downloads
0
Maintainers
1
Weekly downloads
 
Created
Source

platform-pattern-library

New Platform UI (w/ Pattern Library) based on the Platform Design Framework

Dependencies

  • Nodejs
  • Browserify
  • Handlebars

Install Packages

npm install

*This will install all NPM dependencies!

Download and Activate Live Reload Plugin

http://feedback.livereload.com/knowledgebase/articles/86242-how-do-i-install-and-use-the-browser-extensions

Navigate to project root and run Gulp

gulp build

  • generates fonts
  • compiles sass
  • minifies and concatenates js

gulp

  • starts a webserver
  • watches for changes
  • compiles sass
  • minifies and concatenates js
  • live reloads appropriate files (sass, js or html)
  • sends a success notification

Publish to NPM

NPM User

  • npm adduser <user_name>

Pre-Release

  • npm version prerelease

Release

  • npm version release

NPM Publish

  • npm publish
  • git push origin <new_version_tag>

FAQs

Package last updated on 12 Jul 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