Tapcart CLI
1.0.0
Breaking Changes
tapcart project create
has been removed and replaced with:npm init @tapcart/tapcart-app
0.3.1
tapcart block dev
now shows side by side preview of the live version of the block
0.3.0
Breaking Changes
- component, block, and layout commands no longer support positional arguments
- block arguments are now behind the
--block-folder-name|-b
flag - component arguments are now behind the
--component-folder-name|-c
flag - layout types are now behind the
--layout-type|-l
flag
- block arguments are now behind the
Changes
- improved QoL changes for layout, component, block selectors.

0.2.2
Changes
- fixed dependency check when using
tapcart dependency add
0.2.1
Changes
- added
--quiet|-q
,--verbose|-V
arguments - fixed a timeout issue in
layout dev
command - improved error messaging
0.2.0
Changes
- added supports for layouts
tapcart layout dev <page-type>
- Full documentation available via CLI help menu
- changed authentication callback server port from 3000 -> 3001.
0.1.0
- added support for custom dependencies
- added support for components
Updated 10 days ago