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

@shortlist-studio/package-boilerplate

Package Overview
Dependencies
Maintainers
3
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@shortlist-studio/package-boilerplate

Bootstrap a javascript project with handy defaults

  • 0.1.1
  • latest
  • npm
  • Socket score

Version published
Weekly downloads
0
decreased by-100%
Maintainers
3
Weekly downloads
 
Created
Source

package-boilerplate (need a better name, ideas?)

Standardised javascript package generator, contains useful DX defaults and a Rollup configuration to bundle an ES module.

Usage

yarn global add @shortlist-studio/package-boilerplate

Head to an empty directory that you want to work in and run package-boilerplate.

Bootstrapping project...

? Package name: (@shortlist-studio/?) cool-project
? Package description: This is a cool project
? Package repository: (shortlist-digital/?) cool-project


? Are you sure you want to bootstrap a project in this directory? (Y/n)

This will output the following files:

/your-directory
├── example
|  ├── hot-server
|  |  ├── index.js
|  |  └── webpack.config.js
|  ├── index.js
|  └── style.css
├── src
|  └── index.js
├── .babelrc
├── .editorconfig
├── .eslintignore
├── .eslintrc.json
├── .gitignore
├── .lintstagedrc
├── .prettierrc
├── package.json
├── readme.md
└── rollup.config.js

yarn install && yarn start to boot your project.

FAQs

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