https://github.com/peralva/npm-template
NPM Template
https://github.com/peralva/npm-template
npm template
Last synced: 4 months ago
JSON representation
NPM Template
- Host: GitHub
- URL: https://github.com/peralva/npm-template
- Owner: peralva
- License: mit
- Created: 2024-10-19T13:26:45.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-03-13T11:13:04.000Z (over 1 year ago)
- Last Synced: 2025-09-21T12:48:10.488Z (9 months ago)
- Topics: npm, template
- Language: JavaScript
- Homepage: https://www.npmjs.com/package/@peralva/npm-template
- Size: 30.3 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# @peralva/template
Template
[](https://www.npmjs.com/package/@peralva/template?activeTab=versions)
[](https://github.com/peralva/npm-template/releases)
[](https://github.com/peralva/npm-template?tab=MIT-1-ov-file#readme)
[](https://www.npmjs.com/package/@peralva/template)
[](https://github.com/peralva/npm-template/actions/workflows/npm-publish.yml)
## Installation
```bash
npm install --save @peralva/template
```
## Usage
```ts
import { npmTemplate } from '@peralva/template';
console.log(npmTemplate);
```