2.0.0 • Published 2 years ago

create-pota v2.0.0

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

create-pota · version downloads

Creating a Pota Project

You can create a new pota project using npm init:

npm init pota@latest

Then follow the prompts.

Official Templates

PackageVersion
webpackwebpack version
react-webpackreact-webpack version
muban-webpackmuban-webpack version
vitevite version
react-vitereact-vite version

Official Scripts

PackageVersion
vanillavanilla version
reactreact version
react-basereact-base version
mubanmuban version
nextnext version

Combinations

create-pota also has a few built-in template & scripts combinations for recommended setups:

# combination: muban
# scripts:   [@pota/muban-webpack-scripts]
# template:  @pota/muban-template

npm init pota@latest muban

# combination: react
# scripts:   [@pota/react-webpack-scripts]
# template:  @pota/react-template

npm init pota@latest react

# combination: react-base
# scripts:   [@pota/react-webpack-scripts]
# template:  @pota/react-base-template

npm init pota@latest react-base

# combination: vanilla
# scripts:   [@pota/webpack-scripts]
# template:  @pota/vanilla-template

npm init pota@latest vanilla

Custom Templates without scripts

example for vue-skeleton

npm init pota@latest -- --template github:hjeti/vue-skeleton

Contributing

See CONTRIBUTING.md

License

Pota is MIT licensed.

2.0.0

2 years ago

1.0.1

2 years ago

2.0.0-alpha.1

2 years ago

1.0.0

2 years ago

0.0.10

2 years ago

0.0.11

2 years ago

0.0.12

2 years ago

0.0.9

2 years ago

0.0.8

2 years ago

0.0.5

2 years ago

0.0.4

2 years ago

0.0.7

2 years ago

0.0.6

2 years ago

0.0.3

2 years ago

0.0.2

2 years ago