You can create a new pota project using npm init
:
npm init @pota
Then follow the prompts.
Package | Version |
---|---|
webpack | |
react-webpack | |
muban-webpack | |
vite | |
react-vite |
Package | Version |
---|---|
vanilla | |
react | |
react-base | |
muban | |
next |
@pota/create
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 muban
# combination: react
# scripts: [@pota/react-webpack-scripts]
# template: @pota/react-template
npm init @pota react
# combination: react-base
# scripts: [@pota/react-webpack-scripts]
# template: @pota/react-base-template
npm init @pota react-base
# combination: vanilla
# scripts: [@pota/webpack-scripts]
# template: @pota/vanilla-template
npm init @pota vanilla
example for vue-skeleton
npm init @pota -- --template github:hjeti/vue-skeleton
See CONTRIBUTING.md
Pota is MIT licensed.