Pota - a collection of tools to support the creation and management of Node.js projects.
templates
and scripts
, which can be composed together into a project using the @pota/create
command. It also allows you to bring your own template
or scripts
, if you already have something that you are comfortable with, but still want to utilize create-pota
.@pota/cli
package and the scripts
designed around it provide you with such possibilities.All of this and more is possible through the pota
command.
To get started, we recommend creating a brand new project using @pota/create
:
npm init @pota
See CONTRIBUTING.md
Pota is MIT licensed.