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
- Host: GitHub
- URL: https://github.com/willfarrell/template-npm
- Owner: willfarrell
- License: mit
- Created: 2025-03-06T13:09:34.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-04-29T13:04:42.000Z (11 months ago)
- Last Synced: 2025-07-09T01:04:03.752Z (8 months ago)
- Language: JavaScript
- Size: 354 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- Contributing: docs/CONTRIBUTING.md
- Funding: .github/FUNDING.yml
- License: LICENSE
- Code of conduct: docs/CODE_OF_CONDUCT.md
- Codeowners: .github/CODEOWNERS
- Security: SECURITY.md
- Governance: docs/GOVERNANCE.md
- Roadmap: docs/ROADMAP.md
Awesome Lists containing this project
README
@willfarrell/template-npm
A repository template for npm packages that meets OSSF Best Practices
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).