Security News
Node.js EOL Versions CVE Dubbed the "Worst CVE of the Year" by Security Experts
Critics call the Node.js EOL CVE a misuse of the system, sparking debate over CVE standards and the growing noise in vulnerability databases.
@ginterdev/toolkit
Advanced tools
Complete toolkit for setting up a new project with a single command
Fully-featured toolkit for my projects. Includes CLI for generating complete project boilerplate.
This library requires Node v12 or newer.
npm add --save-exact @ginterdev/toolkit
# or
yarn add --exact @ginterdev/toolkit
npx @ginterdev/toolkit [options]
This CLI has some default features that will always be installed:
npx @ginterdev/toolkit
# add Dockerfile and .dockerignore for building basic Node.js image
--docker
# install dependencies versions that don't support IE11 (like Tailwind v2)
--drop-ie11
# add 'jest' for testing
--jest
# add .github with workflow running basic checks (linters, type checking)
--github-ci
# specify exact node version to use for the project
# notice, that <version> must be valid semver: <major>.<minor>.<patch>
# when this option is not specified, default version will be used (12.20.1)
--node <version>
# use 'npm' instead of 'yarn' for commands
--npm
# add 'react' and 'react-dom' along with some basic components
--react
# add Next.js configuration
# (notice that --react doesn't have to be specified because this option
# indicates using of React)
--nextjs
# don't install dependencies as part of this CLI execution
--skip-install
# add Tailwind support
# - creates config files
# - add 'tailwindcss' as dependency
--tailwind
# add Typescript support
--typescript
# add simple .vscode directory with couple of settings
--vscode
Create project with Tailwind, Typescript and Next.js. Don't include Github Actions workflows or Docker support. Use Node v14.
npx @ginterdev/toolkit --node 14.15.4 --tailwind --nextjs --typescript
FAQs
Complete toolkit for setting up a new project with a single command
The npm package @ginterdev/toolkit receives a total of 13 weekly downloads. As such, @ginterdev/toolkit popularity was classified as not popular.
We found that @ginterdev/toolkit demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer 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
Critics call the Node.js EOL CVE a misuse of the system, sparking debate over CVE standards and the growing noise in vulnerability databases.
Security News
cURL and Go security teams are publicly rejecting CVSS as flawed for assessing vulnerabilities and are calling for more accurate, context-aware approaches.
Security News
Bun 1.2 enhances its JavaScript runtime with 90% Node.js compatibility, built-in S3 and Postgres support, HTML Imports, and faster, cloud-first performance.