Gathering detailed insights and metrics for create-liveblocks-app
Gathering detailed insights and metrics for create-liveblocks-app
npm install create-liveblocks-app
Typescript
Module System
Node Version
NPM Version
73.3
Supply Chain
98.1
Quality
88.3
Maintenance
100
Vulnerability
99.3
License
TypeScript (82.59%)
MDX (11.79%)
JavaScript (2.53%)
CSS (2.42%)
Shell (0.45%)
PEG.js (0.17%)
HTML (0.06%)
Total Downloads
46,120
Last Day
94
Last Week
561
Last Month
2,479
Last Year
24,958
3,730 Stars
2,425 Commits
313 Forks
18 Watching
126 Branches
46 Contributors
Latest Version
2.20240816.0
Package Id
create-liveblocks-app@2.20240816.0
Unpacked Size
1.29 MB
Size
268.21 kB
File Count
43
NPM Version
10.8.2
Node Version
22.6.0
Publised On
16 Aug 2024
Cumulative downloads
Total Downloads
Last day
-30.9%
94
Compared to previous day
Last week
-7.1%
561
Compared to previous week
Last month
3.9%
2,479
Compared to previous month
Last year
20.6%
24,958
Compared to previous year
create-liveblocks-app
The easiest way to get started with a Liveblocks starter kit or example.
You can create a new Liveblocks project using the following command:
npx create-liveblocks-app@latest
The initial prompt allows you to set up one of the following:
liveblocks/liveblocks
From there, follow the instructions to set up your app! You can also use the CLI
to generate a liveblocks.config.(js|ts)
config file.
If you wish, you can skip certain create-liveblocks-app
prompts with the
following flags. Please note that these are optional, and if no flags are used,
you will be prompted about these options in the installer instead.
npx create-liveblocks-app@latest [options]
Options:
--init
Generate a liveblocks.config.(js|ts) file in the current directory
--framework [`react`|`javascript`]
The framework your config file uses. Option only for `--init`.
e.g. `--framework react`
--next
Use the Next.js Starter Kit
--example [example name]
Use a Liveblocks example, the name corresponding to the example name in the repo
e.g. `--example zustand-whiteboard` for https://github.com/liveblocks/liveblocks/tree/main/examples/zustand-whiteboard
--name [repo name]
The name of the project/directory
e.g. `--name my-liveblocks-project`
--package-manager [`npm`|`yarn`|`pnpm`]
Select your package manager, default is `npm`
e.g `--package-manager yarn`
--auth [`demo`|`github`|`auth0`]
Select your authentication method. Option only for Next.js Starter Kit.
e.g. `--auth github`
--install
Install the project with the selected package manager
--no-install
Don't install the project
--git
Initialize git
--no-git
Don't initialize git
--vercel
Deploy on Vercel, and get Liveblocks API key
--no-vercel
Don't deploy on Vercel
--api-key
Get Liveblocks API key. Ignored if `--vercel` is used.
--no-api-key
Don't get Liveblocks API key. Ignored if `--vercel` is used.
--open
Open browser without asking permission, when deploying to Vercel or getting API key
--upgrade [version]
Upgrade all Liveblocks packages to a certain version. If no version passed, use `latest`
e.g. `--upgrade` for latest, `--upgrade 2.0.0` for 2.0.0
--help
Find more info
Next.js Starter Kit with no install:
npx create-liveblocks-app@latest --next --no-install
Example from Liveblocks repo with directory/project name specified:
npx create-liveblocks-app@latest --example nextjs-live-avatars --name my-liveblocks-app
Next.js Starter Kit with every option:
npx create-liveblocks-app@latest --next --name my-project --auth github --package-manager npm --install --git --vercel --open
Generate a Liveblocks config file:
npx create-liveblocks-app@latest --init
No vulnerabilities found.
Reason
no dangerous workflow patterns detected
Reason
30 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 10
Reason
license file detected
Details
Reason
project is fuzzed
Details
Reason
binaries present in source code
Details
Reason
Found 14/17 approved changesets -- score normalized to 8
Reason
no effort to earn an OpenSSF best practices badge detected
Reason
security policy file not detected
Details
Reason
detected GitHub workflow tokens with excessive permissions
Details
Reason
SAST tool is not run on all commits -- score normalized to 0
Details
Reason
dependency not pinned by hash detected -- score normalized to 0
Details
Reason
67 existing vulnerabilities detected
Details
Score
Last Scanned on 2025-01-27
The Open Source Security Foundation is a cross-industry collaboration to improve the security of open source software (OSS). The Scorecard provides security health metrics for open source projects.
Learn More