0.0.3 • Published 4 years ago

@wildberries/create-package-boilerplate v0.0.3

Weekly downloads
1
License
MIT
Repository
-
Last release
4 years ago

@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.

0.1.0

4 years ago

0.0.15

4 years ago

0.0.14

4 years ago

0.0.13

4 years ago

0.0.12

4 years ago

0.0.11

4 years ago

0.0.10

4 years ago

0.0.9

4 years ago

0.0.8

4 years ago

0.0.7

4 years ago

0.0.6

4 years ago

0.0.5

4 years ago

0.0.4

4 years ago

0.0.3

4 years ago

0.0.2

4 years ago

0.0.1

4 years ago

0.0.1-beta.3

4 years ago

0.0.1-beta.2

4 years ago