Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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.