
Security News
Attackers Are Hunting High-Impact Node.js Maintainers in a Coordinated Social Engineering Campaign
Multiple high-impact npm maintainers confirm they have been targeted in the same social engineering campaign that compromised Axios.
@robertoachar/generator-node
Advanced tools
Yeoman generator for Node projects.
This generator provides the following features:
.
|--- src
| |--- index.js
|--- .editorconfig
|--- .eslintignore
|--- .eslintrc.json
|--- .gitattributes
|--- .gitignore
|--- .npmrc
|--- babel.config.js
|--- CHANGELOG.md
|--- jest-eslint.config.js
|--- jest-test.config.js
|--- jest.config.js
|--- LICENSE
|--- main.js
|--- package.json
|--- README.md
$ npm i -g yo
or
$ yarn global add yo
$ npm i -g @robertoachar/generator-node
or
$ yarn global add @robertoachar/generator-node
# Create a directory for your project
$ mkdir awesome-project
# Change into directory
$ cd awesome-project
# Generate a project
$ yo @robertoachar/node
| Action | Usage (npm) | Usage (yarn) |
|---|---|---|
| Start development mode | npm start | yarn start |
| Run lint | npm run lint | yarn lint |
| Start lint in watch mode | npm run lint:watch | yarn lint:watch |
| Run tests | npm run jest | yarn jest |
| Start tests in watch mode | npm run jest:watch | yarn jest:watch |
| Run tests with code coverage | npm run jest:coverage | yarn jest:coverage |
| Run lint + tests | npm test | yarn test |
| Start lint + tests in watch mode | npm test:watch | yarn test:watch |
| Run lint + tests with code coverage | npm test:coverage | yarn test:coverage |
$ npm i -g add yo
or
$ yarn global add yo
$ git clone https://github.com/robertoachar/generator-node.git
# Change into directory
$ cd generator-node
# Link generator
$ yarn link # or npm link
# Run generator
$ yo @robertoachar/node
FAQs
Yeoman generator for Node projects.
We found that @robertoachar/generator-node 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
Multiple high-impact npm maintainers confirm they have been targeted in the same social engineering campaign that compromised Axios.

Security News
Axios compromise traced to social engineering, showing how attacks on maintainers can bypass controls and expose the broader software supply chain.

Security News
Node.js has paused its bug bounty program after funding ended, removing payouts for vulnerability reports but keeping its security process unchanged.