Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

hops

Package Overview
Dependencies
Maintainers
1
Versions
247
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

hops

next generation toolbox for ux craftspeople

  • 0.0.1
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
365
increased by36.19%
Maintainers
1
Weekly downloads
 
Created
Source

logo

Hops UI Toolbox

:zap:Highly experimental - use at your own peril. Things will break.:zap:

 

In this repo, we are experimenting with technology that might serve as our next generation front-end technology stack. To get an impression, take a look at our example app;

Install Hops

npm install -SE hops

Configure Project

package.json

{
  ...
  "main": "src/main.js",
  "scripts": {
    "start": "hops",
    ...
  },
  "babel": {
    "extends": "hops/etc/babel"
  }
  ...
}

Run Hops

npm start (--production)

Configure Linters (optional)

.eslintrc.js

module.exports = {
  extends: require.resolve('hops/etc/eslint')
}

.stylelintrc.js

module.exports = {
  extends: require.resolve('hops/etc/stylelint')
}
Thanks!

The beautiful hops icon we are using as our logo was created by The Crew at Fusionary and provided via The Noun Project. It was licensed under the Creative Commons BY 3.0 US license.

Keywords

FAQs

Package last updated on 10 Apr 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