https://github.com/shkvik/nodejs-package
https://github.com/shkvik/nodejs-package
nodejs npm-package template typescript
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/shkvik/nodejs-package
- Owner: shkvik
- License: mit
- Created: 2024-12-03T15:34:13.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2024-12-03T16:49:24.000Z (6 months ago)
- Last Synced: 2025-03-26T21:46:59.201Z (about 2 months ago)
- Topics: nodejs, npm-package, template, typescript
- Language: TypeScript
- Homepage: https://www.npmjs.com/package/nodejs-package-example
- Size: 43 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# nodejs package template
```ts
import { exampleFunction } from 'nodejs-package-example';const result = exampleFunction()
```## Actions to push
```bash
npm login
``````bash
npm publish
```