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

boils

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

boils

Collection of bare bones docs/boilerplates/tutorials on web developer tools.

  • 0.0.1-beta
  • latest
  • npm
  • Socket score

Version published
Weekly downloads
0
Maintainers
1
Weekly downloads
 
Created
Source

Boils

Docs and boilerplates can be overly complicated. Boils are bare-bone boilerplates with a very simple tutorial in every README.

mmm

Usage

  • Navigate to the directory of the technology you're interested in.
  • Read its README.
  • Navigate to the directory of the various ways you can use that technology.
  • Look at its code. Read its README.

npm Legend

  • npm i is an alias for npm install.
  • -D is an alias for --save-dev. devDependencies are packages that should be used in development, but the user doesn't need them to use the app.
  • -S is an alias for --save. dependencies are packages your app relies on or the user won't be able to use the app.
  • -g is an alias for --global and should very rarely be used.

Credit where credit is due

Google owns that picture.

FAQs

Package last updated on 23 Oct 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