Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lxxyx/unfuse
unfuse is a build tool designed for monorepo
https://github.com/lxxyx/unfuse
Last synced: about 1 month ago
JSON representation
unfuse is a build tool designed for monorepo
- Host: GitHub
- URL: https://github.com/lxxyx/unfuse
- Owner: Lxxyx
- License: mit
- Created: 2022-12-22T09:49:19.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2022-12-22T09:49:22.000Z (about 2 years ago)
- Last Synced: 2024-12-15T09:37:58.109Z (about 1 month ago)
- Language: TypeScript
- Size: 1000 Bytes
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# packageName
[![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 packageName# yarn
yarn add packageName# pnpm
pnpm install packageName
```Import:
```js
// ESM
import { } from 'packageName'// CommonJS
const { } = require('packageName')
```## 💻 Development
- Clone this repository
- Enable [Corepack](https://github.com/nodejs/corepack) using `corepack enable` (use `npm i -g corepack` for Node.js < 16.10)
- Install dependencies using `pnpm install`
- Run interactive tests using `pnpm dev`## License
Made with 💛
Published under [MIT License](./LICENSE).
[npm-version-src]: https://img.shields.io/npm/v/packageName?style=flat-square
[npm-version-href]: https://npmjs.com/package/packageName[npm-downloads-src]: https://img.shields.io/npm/dm/packageName?style=flat-square
[npm-downloads-href]: https://npmjs.com/package/packageName[github-actions-src]: https://img.shields.io/github/workflow/status/unjs/packageName/ci/main?style=flat-square
[github-actions-href]: https://github.com/unjs/packageName/actions?query=workflow%3Aci[codecov-src]: https://img.shields.io/codecov/c/gh/unjs/packageName/main?style=flat-square
[codecov-href]: https://codecov.io/gh/unjs/packageName