UNPKG

@git.zone/cli

Version:

A comprehensive CLI tool for enhancing and managing local development workflows with gitzone utilities, focusing on project setup, version control, code formatting, and template management.

9 lines (6 loc) 201 B
import { expect, expectAsync, tap } from '@push.rocks/tapbundle'; import * as {{module.name}} from '../ts/index.js' tap.test('first test', async () => { console.log({{module.name}}) }) tap.start()