Research
Security News
Malicious npm Package Targets Solana Developers and Hijacks Funds
A malicious npm package targets Solana developers, rerouting funds in 2% of transactions to a hardcoded address.
@contentful/create-contentful-app
Advanced tools
create-contentful-app
is a command line interface to easily bootstrap Contentful Apps.
To start developing your first app, run:
npx create-contentful-app my-first-app
You can run create-contentful-app
using one of the following commands:
# npx
npx create-contentful-app <app-name>
# npm
npm init contentful-app <app-name>
# Yarn
yarn create contentful-app <app-name>
--npm
or --yarn
Use npm or Yarn to manage dependencies. If omitted, defaults to the manager used to run create-contentful-app
.
Both flags are mutually exclusive.
Select between predefined and custom templates:
-ts, --typescript
: Use TypeScript template (default)-js, --javascript
: Use JavaScript template-e, --example <example-name>
: Select a predefined template from https://github.com/contentful/apps/tree/master/examples-s, --source <url>
: Use a custom template. Format: URL (HTTPS or SSH) or vendor:user/repo (e.g., github:user/repo)These flags are mutually exclusive. If no flag is provided, the TypeScript template is used.
Some popular templates are:
Template | CLI Command |
---|---|
typescript | yarn create contentful-app -ts |
javascript | yarn create contentful-app -js |
nextjs | yarn create contentful-app --example nextjs |
vite-react | yarn create contentful-app --example vite-react |
vue | yarn create contentful-app --example vue |
--help
Shows all available CLI options:
Usage: npx create-contentful-app [options] [app-name]
Bootstrap your app inside a new folder `my-app`
create-contentful-app my-app
or specify your own template
create-contentful-app my-app --source "github:user/repo"
Official Contentful templates are hosted at https://github.com/contentful/apps/tree/master/examples.
Arguments:
app-name app name
Options:
--npm use npm
--yarn use Yarn
-js, --javascript use default JavaScript template
-ts, --typescript use default TypeScript template
-e, --example <example-name> bootstrap an example app from https://github.com/contentful/apps/tree/master/examples
-s, --source <url> provide a template by its source repository.
format: URL (HTTPS or SSH) or vendor:user/repo (e.g., github:user/repo)
-h, --help shows all available CLI options
FAQs
A template for building Contentful Apps
The npm package @contentful/create-contentful-app receives a total of 823 weekly downloads. As such, @contentful/create-contentful-app popularity was classified as not popular.
We found that @contentful/create-contentful-app demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 0 open source maintainers collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Research
Security News
A malicious npm package targets Solana developers, rerouting funds in 2% of transactions to a hardcoded address.
Security News
Research
Socket researchers have discovered malicious npm packages targeting crypto developers, stealing credentials and wallet data using spyware delivered through typosquats of popular cryptographic libraries.
Security News
Socket's package search now displays weekly downloads for npm packages, helping developers quickly assess popularity and make more informed decisions.