You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP
Socket
Book a DemoInstallSign in
Socket

@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

0.0.3
latest
npmnpm
Version published
Weekly downloads
0
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