Skip to content

Navigation Menu

Sign in
Sign up

Latest commit

History

11 Commits

Folders and files

NameName
Last commit message
Last commit date

Repository files navigation

Node.js project starter

Features:

  • Creates a folder
  • Initializes a git repository with an empty initial commit
  • Initializes npm
  • Installs TypeScript, Prettier, ESLint and Jest
  • Creates GitHub Actions flow

Installation:

Usage

  • bootstrap-nodejs-package my-new-package

Testing locally with docker

# Build a local image
docker build -t bootstrap-nodejs-package -f Dockerfile.test .
# Run it with an interactive shell:
docker run -it --rm -v $(pwd)/test-output:/app/test-output -e TEST_PROJECT_NAME=test1 bootstrap-nodejs-package /bin/bash

About

Quickly start a new node.js package

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages

AltStyle によって変換されたページ (->オリジナル) /