Socket
Socket
Sign inDemoInstall

@wildberries/create-package-boilerplate

Package Overview
Dependencies
Maintainers
4
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@wildberries/create-package-boilerplate

package boilerplate wildberries


Version published
Weekly downloads
2
Maintainers
4
Weekly downloads
 
Created
Source

@wildberries/create-package-boilerplate

This Solution is build to make it easy to develop different packages in purpose to publish it

Commands

To start the package executor

npx @wildberries/create-package-boilerplate 

Options:

  • path (string, required) - path to package to be executed into

(must be equal to './' when only-config or only-cli flag is true)

  • typescript (boolean, non-required): if true - it starts the execution of typescript modification
  • react (boolean, non-required): if true - it starts the execution of react-typescript modification

Examples

  • Execute project with typescript
npx @wildberries/create-package-boilerplate --path='./<folder name to execute>' --typescript
  • Execute project with typescript and react
npx @wildberries/create-package-boilerplate --path='./<folder name to execute>' --typescript --react

Warning

Sorry, we do NOT support react with pure js and only pure js modifications yet.

FAQs

Package last updated on 13 Oct 2020

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