Skip to content

feat: add -n option to customize package name during initialization #4

feat: add -n option to customize package name during initialization

feat: add -n option to customize package name during initialization #4

Workflow file for this run

name: quick_start_express CI
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
workflow_dispatch:
jobs:
run_jest_tests:
runs-on: ubuntu-latest
steps:
- name: Checkout the repository.
uses: actions/checkout@v4
- name: Use Node.js LTS.
uses: actions/setup-node@v4
with:
node-version: '22.x'
- name: Install Dependencies.
run: npm i
- name: Run Jest tests.
run: npm test