0.0.3 • Published 5 years ago

@wildberries/create-package-boilerplate v0.0.3

Weekly downloads
1
License
MIT
Repository
-
Last release
5 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

5 years ago

0.0.15

5 years ago

0.0.14

5 years ago

0.0.13

5 years ago

0.0.12

5 years ago

0.0.11

5 years ago

0.0.10

5 years ago

0.0.9

5 years ago

0.0.8

5 years ago

0.0.7

5 years ago

0.0.6

5 years ago

0.0.5

5 years ago

0.0.4

5 years ago

0.0.3

5 years ago

0.0.2

5 years ago

0.0.1

5 years ago

0.0.1-beta.3

5 years ago

0.0.1-beta.2

5 years ago