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

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

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
```