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

boilerp

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

boilerp

CLI tool to download updated boilerplates

  • 1.0.1
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
1
decreased by-66.67%
Maintainers
1
Weekly downloads
 
Created
Source

boilerp

CLI tool to download updated boilerplates

Boilerplates save us a lot of time when starting new projects, but they are usually outdated and bring a lot of files that are not needed for the forked project.

boilerp is a CLI tool that makes easier use existent boilerplates:

  • It clones the boilerplate git repo.
  • Detaches it from the original source.
  • Updates the dependencies to their last versions.
  • Update name references to the one you choose.
  • Clean up readme files.

Summing up, it copies the boilerplate and clean it up to start working with it.

Install

$ npm install -g boilerp

Usage

$ boilerp {git_repo_url}

For example

$ boilerp https://github.com/arqex/puf-starter.git

The prompt will ask you some questions:

  • What will be the name of the new project? The repo will be cloned in the folder called like the project, and package.json will be updated with the selected project name.
  • Do you want to update the dependencies? If so, dependencies found in package.json will be updated to their last versions. It may break the boilerplate itself if there are breaking changes in the new versions of the dependencies.
  • Do you want to clean readme files? If yes, readme, changelog, contributing or maintainers files will be cleaned up to be used for your new project.

FAQs

Package last updated on 12 Jun 2017

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