https://github.com/bcomnes/dual-package-template
Only use this if you basically have 0 dependencies. Dual packages basically don't support any esm dependencies, defeating the point.
https://github.com/bcomnes/dual-package-template
Last synced: over 1 year ago
JSON representation
Only use this if you basically have 0 dependencies. Dual packages basically don't support any esm dependencies, defeating the point.
- Host: GitHub
- URL: https://github.com/bcomnes/dual-package-template
- Owner: bcomnes
- License: mit
- Archived: true
- Created: 2019-10-25T17:16:04.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2024-10-24T17:50:18.000Z (over 1 year ago)
- Last Synced: 2025-02-13T01:26:52.002Z (over 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 114 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- Funding: .github/funding.yml
- License: LICENSE
Awesome Lists containing this project
README
# {{name}}
[](https://www.npmjs.com/package/{{name}})
[](https://github.com/bcomnes/{{name}}/actions)
[](https://coveralls.io/github/bcomnes/{{name}}?branch=master)
[](https://npmtrends.com/{{name}})
[](https://socket.dev/npm/package/{{name}})
WIP - nothing to see here
```
npm install {{name}}
```
## Usage
``` js
import { {{name}} } from '{{name}}'
```
## License
MIT