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.
- Host: GitHub
- URL: https://github.com/theholocron/node-template
- Owner: theholocron
- License: gpl-3.0
- Created: 2024-10-16T03:35:55.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2024-12-02T01:30:43.000Z (7 months ago)
- Last Synced: 2024-12-02T02:29:26.412Z (7 months ago)
- Topics: nodejs, template, typescript
- Language: TypeScript
- Homepage: https://docs.theholocron.dev/projects/templates/
- Size: 546 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
- Codeowners: .github/CODEOWNERS
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.