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

javascript-project-boilerplate

Package Overview
Dependencies
Maintainers
1
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

javascript-project-boilerplate

An opinionated, extremely-bare-bones JavaScript project template.

  • 0.4.5
  • latest
  • Source
  • npm
  • Socket score

Version published
Maintainers
1
Created
Source

javascript-project-boilerplate

An opinionated, extremely-bare-bones JavaScript project template.

Why did you make this?

Mostly to save myself time. With this boilerplate, I can create a starting point for JS projects very quickly, and not have to worry about transpilation, using import/export in Node environments, etc.

How do I use it?

  1. Do yarn global add javascript-project-boilerplate
  2. Go to the dir in which you'd like to init a new project
  3. Do javascript-project-boilerplate

Once installed, you can run start to run the project from the entry point (index.js), build to transpile the src directory to a dist directory, or lint.

Notes

Requires Node >=9

You can use this in a non-empty git repository, if you'd like. This allows you to clone an empty repo, do your yarn init to create a basic package.json with your author/repo details, and then do javascript-project-boilerplate. The boilerplate's package.json will be merged with your pre-existing package.json (giving preference to the existing file).

FAQs

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

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