Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/wyattjoh/next-dev-utils
Development utilities for developing on Next.js
https://github.com/wyattjoh/next-dev-utils
Last synced: 4 days ago
JSON representation
Development utilities for developing on Next.js
- Host: GitHub
- URL: https://github.com/wyattjoh/next-dev-utils
- Owner: wyattjoh
- Created: 2023-05-10T22:26:40.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-09-26T16:51:19.000Z (about 2 months ago)
- Last Synced: 2024-11-02T10:42:13.647Z (11 days ago)
- Language: TypeScript
- Homepage: https://next-dev-utils-packages.vercel.app
- Size: 155 KB
- Stars: 7
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# next-dev-utils
```bash
# Clone the repository.
git clone [email protected]:wyattjoh/next-dev-utils.git
cd next-dev-utils# Install dependencies and build the source.
pnpm install
pnpm build
```If you're using [fnm](https://github.com/Schniz/fnm), you can execute this using the same version of node each
time by aliasing it as follows in your `.bashrc` or `.zshrc` file:```bash
alias nu='fnm exec --using=v20 node ~/path-to-the-project/next-dev-utils/packages/cli/dist/cli.js'
```Or select any Node.js version you'd like.