https://github.com/chriskrycho/nova-dprint
https://github.com/chriskrycho/nova-dprint
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/chriskrycho/nova-dprint
- Owner: chriskrycho
- License: other
- Created: 2023-09-10T15:32:37.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-12-09T19:22:09.000Z (about 1 year ago)
- Last Synced: 2025-08-09T17:53:34.066Z (5 months ago)
- Language: TypeScript
- Size: 102 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE.md
Awesome Lists containing this project
README
# [dprint][d] for [Nova][n]
See [the extension README](./dprint.novaextension/README.md) for details. This host package only exists to make *building the extension* easier.
[d]: https://dprint.dev
[n]: https://nova.app
## Development
Install dependencies:
```sh
pnpm install
```
Build the package:
```sh
pnpm build
```