Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@edgedb/create

Package Overview
Dependencies
Maintainers
3
Versions
174
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@edgedb/create

Create a new EdgeDB-based project

  • 0.2.2
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
77
decreased by-48.32%
Maintainers
3
Weekly downloads
 
Created
Source

@edgedb/create: Project scaffolding for EdgeDB-backed applications

The @edgedb/create package provides a starting point for various frameworks with everything you need to start building an EdgeDB-backed application. We aim to follow the same conventions as the original "create-app" templates, but with EdgeDB as the database. There are a few different templates to choose from, including: Next.js, Remix, Express, Node HTTP Server.

Important points to note:

  • Upstream changes: We try to actively monitor and incorporate significant changes from the original "create-app" templates to to ensure developers have access to the latest features and best practices.
  • Support for major options: While we strive to support the major options offered by the upstream "create-apps", we might not cover every possible configuration or permutation due to the vast scope of possibilities.
  • EdgeDB CLI installation: For users who do not have the EdgeDB CLI installed, we automatically install it using our typical installation procedure.

Usage

$ npm create @edgedb
# or
yarn create @edgedb
# or
pnpm create @edgedb
# or
bun create @edgedb

After running the command, you will be prompted to provide a project name and choose a template. You can also specify whether to use EdgeDB Auth, initialize a git repository, and install dependencies.

The tool will then create a new directory with the specified name and set up the project.

Contributing

If you want to add a new template, please open an issue first. We are open to new ideas and would love to hear your feedback.

Development

Install dependencies in the root directory:

$ yarn

Navigate into packages/create:

$ cd packages/create

Build @edgedb/generate

$ yarn build

Run a local version:

$ yarn run create

Testing

$ yarn test

FAQs

Package last updated on 17 Apr 2024

Did you know?

Socket

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.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc