https://github.com/ulivz/modern-module-custom-config-reproduction
https://github.com/ulivz/modern-module-custom-config-reproduction
Last synced: 7 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/ulivz/modern-module-custom-config-reproduction
- Owner: ulivz
- Created: 2023-12-13T07:25:54.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2023-12-13T07:31:44.000Z (almost 2 years ago)
- Last Synced: 2025-02-01T23:12:45.717Z (8 months ago)
- Language: JavaScript
- Size: 81.1 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Modern.js Package
## Setup
Install the dependencies:
```bash
pnpm run install
```## Get Started
Run and debug the module:
```bash
pnpm run dev
```Run test cases:
```bash
pnpm run test
```Build the module for production:
```bash
pnpm run build
```Enable optional features:
```bash
pnpm run new
```Other commands:
```bash
pnpm run lint # Lint and fix source files
pnpm run change # Add a new changeset
pnpm run bump # Update version and changelog via changeset
pnpm run release # Release the package
```For more information, see the [Modern.js Module documentation](https://modernjs.dev/module-tools/en).