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

https://github.com/willfarrell/template-npm

Repository template for npm packages
https://github.com/willfarrell/template-npm

Last synced: 8 months ago
JSON representation

Repository template for npm packages

Awesome Lists containing this project

README

          



@willfarrell/template-npm


A repository template for npm packages that meets OSSF Best Practices



GitHub Actions unit test status
GitHub Actions dast test status
GitHub Actions perf test status
GitHub Actions SAST test status
GitHub Actions lint test status


npm version
npm install size

npm weekly downloads


npm provenance



Open Source Security Foundation (OpenSSF) Scorecard
SLSA 3

Checked with Biome
Conventional Commits

code coverage


You can read the documentation at: https://github.com/willfarrell/template-npm


## Quick start

### Install

```bash
npm i @willfarrell/template-npm
```

### Example

```javascript
import fct from '@willfarrell/template-npm'

const run = fct(options)

const output = run(input)
```

## Sponsors

## License

Licensed under [MIT License](LICENSE). Copyright (c) 1985-2025 [will Farrell](https://github.com/willfarrell) and all [contributors](https://github.com/willfarrell/template-npm/graphs/contributors).