New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

create-pota

Package Overview
Dependencies
Maintainers
1
Versions
15
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

create-pota

Command for creating Pota projects

  • 2.0.0
  • latest
  • Source
  • npm
  • Socket score

Version published
Maintainers
1
Created
Source

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.

FAQs

Package last updated on 06 May 2022

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc