Pota - a collection of tools to support the creation and management of Node.js projects.
- Create: Pota provides you with a set of officially supported and managed
templates
andscripts
, which can be composed together into a project using the@pota/create
command. It also allows you to bring your owntemplate
orscripts
, if you already have something that you are comfortable with, but still want to utilizecreate-pota
. - Manage: Have you ever wanted to change something about your build tool, customize it or easily add new commands? The
@pota/cli
package and thescripts
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.