Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

64 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

@theholocron/node-template

A modern NodeJS template with pre-configured tools, best practices, and CI/CD setup for rapid project development.

Installation

pnpm install --save-dev @theholocron/node-template

Usage

import { doSomething, type SomethingOptions } from "@theholocron/node-template";

function App(options: SomethingOptions) {
	return doSomething(options);
}

Development

This repo uses pnpm workspaces.

pnpm install       # install all deps
pnpm build         # build all packages
pnpm test          # test all packages
pnpm typecheck     # typecheck all packages
pnpm lint          # lint all packages

Releases

Releases are automated via semantic-release on push to main. All packages are versioned and published in lockstep. See CHANGELOG.md for the release history.

Documentation

Check out The Holocron Archive for more information.

About

A modern NodeJS template with pre-configured tools, best practices, and CI/CD setup for rapid project development.

Topics

Resources

Code of conduct

Contributing

Security policy

Stars

0 stars

Watchers

1 watching

Forks

Releases

Sponsor this project

Used by

Contributors

Languages