Socket
Book a DemoInstallSign in
Socket

lazynerd-devtools

Package Overview
Dependencies
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

lazynerd-devtools

Build tools for lazy person

latest
Source
npmnpm
Version
1.0.1
Version published
Maintainers
1
Created
Source

lazynerddevtools

A set of front-end development tools.

Setup

  • Install this library as dependency.
npm install lazynerd-devtools --save-dev
  • Create webpack config(s). See templates/webpack.config.js for an example.

  • To enable eslint in editor, copy templates/.eslintrc.js into root of the new project.

  • To use storybook, install @storybook/react in the new project. This was listed as peerDependencies of this project so it won't be installed by default.

  • Copy the scripts from templates/package.json into package.json of the new project.

FAQs

Package last updated on 11 Jan 2018

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