
Security News
npm Tooling Bug Incorrectly Marks One-Character Packages as Security Holders
npm confirmed a tooling bug incorrectly marked several one-character packages as security holders and said it was working on a rollback.
@dominicode/ng-create
Advanced tools
A CLI tool to generate customized Angular 21 projects with all modern tools and best practices.
npm install -g @dominicode/ng-create
npx @dominicode/ng-create
Run the CLI and answer the interactive questions:
create-dominicode-ng
The CLI will ask you:
$ create-dominicode-ng
? Project name: my-awesome-app
? Project type: SPA
? Style preprocessor: SCSS
? Include Tailwind CSS? Yes
? Test runner: Vitest
? Include Angular Testing Library? Yes
? Include ESLint? Yes
? Include Husky? Yes
? Include AI editor configuration? Yes
Creating Angular project...
✓ Project created successfully!
ng-create-cli/
├── bin/
│ └── index.js # CLI entry point
├── src/
│ ├── cli.ts # Main logic and prompts
│ ├── types.ts # TypeScript types
│ ├── steps/ # Configuration steps
│ │ ├── create-angular-app.ts
│ │ ├── add-tailwind.ts
│ │ ├── add-vitest.ts
│ │ ├── add-jest.ts
│ │ ├── add-testing-library.ts
│ │ ├── add-eslint.ts
│ │ ├── add-husky.ts
│ │ └── add-ai-editor-config.ts
│ └── utils/ # Utilities
│ ├── run-command.ts
│ ├── modify-json.ts
│ └── package-manager.ts
├── package.json
├── tsconfig.json
├── vitest.config.ts
└── README.md
# Install dependencies
npm install
# Build TypeScript
npm run build
# Run in development mode
npm start
# Or create a local link
npm link
create-dominicode-ng
npm run build - Compile TypeScript to JavaScriptnpm run dev - Compile in watch modenpm run test - Run tests with Vitestnpm start - Execute the compiled CLInpm run prepublishOnly - Build before publishingRun tests with:
npm test
Contributions are welcome! Please feel free to submit a Pull Request.
git checkout -b feat/amazing-feature)git commit -m 'feat: add amazing feature')git push origin feat/amazing-feature)Issue: Command not found after installation
Issue: Permission errors on macOS/Linux
sudo npm install -g @dominicode/ng-create or configure npm to use a different directoryIssue: Angular CLI version conflicts
MIT License - see the LICENSE file for details.
Dominicode
FAQs
CLI to generate Angular 21 projects with all modern tools
We found that @dominicode/ng-create demonstrated a healthy version release cadence and project activity because the last version was released less than 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
npm confirmed a tooling bug incorrectly marked several one-character packages as security holders and said it was working on a rollback.

Research
/Security News
Newer packages in this compromise use native extensions and .pth loaders to execute JavaScript stealers in developer environments.

Research
Socket found 37 malicious PyPI wheels that abuse Python startup hooks to launch a Bun-powered credential stealer tied to Mini Shai-Hulud/Miasma.