diff --git a/packages/create-contentful-app/index.js b/packages/create-contentful-app/index.js index 75a81ea9f..bcb7b4b49 100755 --- a/packages/create-contentful-app/index.js +++ b/packages/create-contentful-app/index.js @@ -1,3 +1,7 @@ #!/usr/bin/env node +// This is a convenience wrapper. +// It allows you to run `npx create-contentful-app` directly, +// instead of `npx @contentful/create-contentful-app`. + import '@contentful/create-contentful-app';