An open API service indexing awesome lists of open source software.

https://github.com/theholocron/node-template

A modern NodeJS template with pre-configured tools, best practices, and CI/CD setup for rapid project development.
https://github.com/theholocron/node-template

nodejs template typescript

Last synced: 6 months ago
JSON representation

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

Awesome Lists containing this project

README

        

# Node Template

A Node template used within the Galaxy.

## Installation

```bash
npm install --save-dev @theholocron/node-template
```

## Usage

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

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

## Documentation

Check out [The Holocron Archive](https://docs.theholocron.dev/projects/node-template/) for more information.