Skip to content

anton-107/nodejs-package-starter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 

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

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages