@wildberries/create-package-boilerplate
v0.0.3
Published
package boilerplate wildberries
Downloads
3
Keywords
Readme
@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
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