
Security News
Deno 2.6 + Socket: Supply Chain Defense In Your CLI
Deno 2.6 introduces deno audit with a new --socket flag that plugs directly into Socket to bring supply chain security checks into the Deno CLI.
@xpring-eng/ts-project-generator
Advanced tools
A command line app for generating TypeScript applications at Xpring.
Node command line application for generating project boilerplate with linter settings
This application accepts the following arguments:
--type, -t Type of the project. Valid values are express and lib [string] [required]
--name, -n Name of the project [string] [required]
--package, -p Name of the package for the npm repository, typically '@org/package-name' [string] [required]
--github, -g Name of the github location, typically 'org/repo-name' [string] [required]
The generated project includes an empty index.ts file in the src directory, as well as the linter settings used by the Xpring organization. The package.json file is prepopulated with github and NPM information.
The generated project will have what's included in the basic library, as well as the express dependency in its package.json file and a functional basic server written in the src/index.ts file.
To start the example server, run npm start dev which will build, lint, and run the server on the default port of 8000.
To generate an express project:
npx @xpring-eng/ts-project-generator -t express -n my-app -p @my-npm-org/my-app -g my-github-org/my-app
To generate an basic library project:
npx @xpring-eng/ts-project-generator -t library -n my-app -p @my-npm-org/my-app -g my-github-org/my-app
FAQs
A command line app for generating TypeScript applications at Xpring.
We found that @xpring-eng/ts-project-generator demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 4 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
Deno 2.6 introduces deno audit with a new --socket flag that plugs directly into Socket to bring supply chain security checks into the Deno CLI.

Security News
New DoS and source code exposure bugs in React Server Components and Next.js: what’s affected and how to update safely.

Security News
Socket CEO Feross Aboukhadijeh joins Software Engineering Daily to discuss modern software supply chain attacks and rising AI-driven security risks.