1.7.2 • Published 7 days ago

@netlify/create-sdk v1.7.2

Weekly downloads
-
License
ISC
Repository
-
Last release
7 days ago

create-sdk

This package is necessary in order to run npm create @netlify/sdk. When running npm create @netlify/sdk, npm will automatically search for a package called @netlify/create-sdk in order to run the initialization

More info: https://docs.npmjs.com/cli/v9/commands/npm-init#description

How to try out a local version when contributing

If you're changing code in this repository, you can follow these steps to test out your changes:

  1. Build the project using pnpm build
  2. Run chmod +x ./dist/index.js
  3. Then run ./dist/index.js relative to the directory that you want to test it in.

If you also want to test out the local version of the SDK, you can provide a path to the SDK's bin directory using the LOCAL_SDK_BIN_PATH environment variable. This path needs to be relative to the directory that the create-sdk package creates.

  • npm: LOCAL_SDK_BIN_PATH=./path/to/the/sdk ./dist/index.js
  • pnpm: LOCAL_SDK_BIN_PATH=./path/to/the/sdk/bin/index.js ./dist/index.js

This logic does not work well with yarn right now so it is not recommended trying to use yarn to test out local changes.

1.7.2

7 days ago

1.7.1

20 days ago

1.7.0

28 days ago

1.6.0

29 days ago

1.5.0

2 months ago

1.4.5

2 months ago

1.4.4

2 months ago

1.2.0

8 months ago

1.1.1

10 months ago

1.1.0

10 months ago

1.3.7

8 months ago

1.3.6

8 months ago

1.3.5

8 months ago

1.0.8

10 months ago

1.4.3

6 months ago

1.3.4

8 months ago

1.0.7

10 months ago

1.4.2

6 months ago

1.3.3

8 months ago

1.0.6

10 months ago

1.4.1

6 months ago

1.3.2

8 months ago

1.4.0

6 months ago

1.3.0

8 months ago

1.2.1

8 months ago

1.1.2

9 months ago

1.3.9

8 months ago

1.3.8

8 months ago

1.0.5

10 months ago

1.0.4

11 months ago

1.0.3

11 months ago

1.0.2

11 months ago

1.0.1

11 months ago

1.0.0

11 months ago