Security News
New Python Packaging Proposal Aims to Solve Phantom Dependency Problem with SBOMs
PEP 770 proposes adding SBOM support to Python packages to improve transparency and catch hidden non-Python dependencies that security tools often miss.
create-shuvi
Advanced tools
The easiest way to get started with Shuvi.js is by using create-shuvi
. This CLI tool enables you to quickly start building a new Shuvi.js application, with everything set up for you. You can create a new app using the default Shuvi.js template, or by using one of the official Shuvi.js examples. To get started, use the following command:
npx create-shuvi@latest
# or
yarn create shuvi
# or
pnpm create shuvi
Or, for a TypeScript project:
npx create-shuvi@latest --typescript
# or
yarn create shuvi --typescript
# or
pnpm create shuvi --typescript
To create a new app in a specific folder, you can send a name as an argument. For example, the following command will create a new Shuvi.js app called my-first-app
in a folder with the same name:
npx create-shuvi@latest my-first-app
# or
yarn create shuvi my-first-app
# or
pnpm create shuvi my-first-app
create-shuvi
comes with the following options:
--example-path foo/bar
yarn create shuvi
pnpm create shuvi
create-shuvi
allows you to create a new Shuvi.js app within seconds. It is officially maintained by the creators of Shuvi.js, and includes a number of benefits:
npx create-shuvi
(with no arguments) launches an interactive experience that guides you through setting up a project.npx create-shuvi --example basic
).This create-shuvi package is based on create-next-app, and its contribution is greatly appreciated.
FAQs
Create Shuvi.js-powered React apps with one command
The npm package create-shuvi receives a total of 7 weekly downloads. As such, create-shuvi popularity was classified as not popular.
We found that create-shuvi 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.
Security News
PEP 770 proposes adding SBOM support to Python packages to improve transparency and catch hidden non-Python dependencies that security tools often miss.
Security News
Socket CEO Feross Aboukhadijeh discusses open source security challenges, including zero-day attacks and supply chain risks, on the Cyber Security Council podcast.
Security News
Research
Socket researchers uncover how threat actors weaponize Out-of-Band Application Security Testing (OAST) techniques across the npm, PyPI, and RubyGems ecosystems to exfiltrate sensitive data.