1.2.1 • Published 1 year ago

@rafaelbillbianchi/generator-node v1.2.1

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

@rafaelbillbianchi/generator-node

NPM version Build Status MIT License

Yeoman generator for Node projects.

Installation

First, install Yeoman and @rafaelbillbianchi/generator-node using npm (we assume you have pre-installed node.js).

npm install -g yo
npm install -g @rafaelbillbianchi/generator-node

Then generate your new project:

yo @rafaelbillbianchi/node

This generator provides the following features:

  • Project Structure:

    • .vscode/extensions.json: Configuration for Visual Studio Code extensions.
    • src/index.js: Entry point for your Node.js project.
  • Configuration Files:

    • .editorconfig: Editor configuration settings.
    • .eslint.config.js: ESLint configuration file.
    • .gitignore: Git ignore file to specify ignored files in Git.
    • .npmrc: Configuration file for npm settings.
  • License and Metadata:

    • LICENSE: MIT License for your project.
    • package.json: Project metadata including dependencies and scripts.
    • README.md: Project documentation and instructions.

Project files

|--- .vscode
|   |--- extensions.json
|--- src
|   |--- index.js
|--- .editorconfig
|--- .eslint.config.js
|--- .gitignore
|--- .npmrc
|--- LICENSE
|--- package.json
|--- README.md

Development

Prerequisites

License

MIT © Rafael Bianchi

1.2.1

1 year ago

1.2.0

1 year ago

1.1.4

1 year ago

1.1.3

1 year ago

1.1.2

1 year ago

1.1.0

1 year ago

1.0.2

1 year ago

1.0.1

1 year ago

1.0.0

1 year ago