https://github.com/danielroe/template
https://github.com/danielroe/template
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/danielroe/template
- Owner: danielroe
- License: mit
- Created: 2022-06-11T14:38:03.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2024-05-28T12:31:32.000Z (about 2 years ago)
- Last Synced: 2024-05-29T04:03:19.892Z (about 2 years ago)
- Language: TypeScript
- Size: 353 KB
- Stars: 10
- Watchers: 3
- Forks: 1
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# package-name
[![npm version][npm-version-src]][npm-version-href]
[![npm downloads][npm-downloads-src]][npm-downloads-href]
[![Github Actions][github-actions-src]][github-actions-href]
[![Codecov][codecov-src]][codecov-href]
> Package description
## Usage
Install package:
```sh
# npm
npm install package-name
# pnpm
pnpm install package-name
```
```js
import {} from 'package-name'
```
## 💻 Development
- Clone this repository
- Enable [Corepack](https://github.com/nodejs/corepack) using `corepack enable`
- Install dependencies using `pnpm install`
- Run interactive tests using `pnpm dev`
## License
Made with ❤️
Published under [MIT License](./LICENCE).
[npm-version-src]: https://img.shields.io/npm/v/package-name?style=flat-square
[npm-version-href]: https://npmjs.com/package/package-name
[npm-downloads-src]: https://img.shields.io/npm/dm/package-name?style=flat-square
[npm-downloads-href]: https://npm.chart.dev/package-name
[github-actions-src]: https://img.shields.io/github/actions/workflow/status/danielroe/package-name/ci.yml?branch=main&style=flat-square
[github-actions-href]: https://github.com/danielroe/package-name/actions?query=workflow%3Aci
[codecov-src]: https://img.shields.io/codecov/c/gh/danielroe/package-name/main?style=flat-square
[codecov-href]: https://codecov.io/gh/danielroe/package-name