0.1.1 • Published 10 months ago

@ngrok/gen-x v0.1.1

Weekly downloads
-
License
MIT
Repository
github
Last release
10 months ago

@ngrok/gen-x

Generate package.json#exports from src

Installation

Install @ngrok/gen-x to your devDependencies with your preferred package manager:

package managercommand
npmnpm install -DE @ngrok/gen-x
yarnyarn add -DE @ngrok/gen-x
pnpmpnpm add -DE @ngrok/gen-x
bunbun add -DE @ngrok/gen-x

Development

Prerequisites required:

We use direnv to assist you with setting up all of the required tooling.

  1. Install nvm or your node version manager of choice.
  2. Ensure that node 20 is installed. With nvm, run nvm install.
  3. Enable pnpm with corepack: corepack enable pnpm
  4. Install pnpm with corepack: corepack install
  5. Install project dependencies with pnpm: pnpm install

First, install direnv:

OScommand
macOSbrew install direnv
ubuntusudo apt install direnv

For all other OSes, see the direnv installation guide.

Don't forget to set up direnv integration with your shell.

Next, clone the repo and move into the directory:

git clone https://github.com/ngrok-oss/gen-x.git
cd gen-x

Next, run:

direnv allow

This will install nvm (if not already installed) as well as set the correct node and pnpm versions for you. It will also run pnpm install at the end to install all node_modules.

0.1.1

10 months ago

0.1.0

10 months ago

0.0.6

11 months ago

0.0.5

11 months ago

0.0.4

11 months ago

0.0.3

11 months ago

0.0.2

11 months ago

0.0.1

11 months ago