1.4.4 • Published 10 months ago

@rafaelbillbianchi/generator-node v1.4.4

Weekly downloads
-
License
MIT
Repository
github
Last release
10 months 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

//vanilla
|--- .vscode
|   |--- extensions.json
|--- src
|   |--- index.js
|   |---run.js
|   |--- .env
|   |--- config.js
|--- .editorconfig
|--- .eslint.config.js
|--- .gitignore
|--- .npmrc
|--- LICENSE
|--- package.json
|--- README.md
//typescript
|--- .vscode
|   |--- extensions.json
|--- src
|   |--- index.ts
|   |---run.ts
|   |--- .env
|   |--- config.ts
|--- .editorconfig
|--- .eslint.config.js
|--- .gitignore
|--- .npmrc
|--- LICENSE
|--- package.json
|--- README.md

Development

Prerequisites

License

MIT © Rafael Bianchi

1.4.4

10 months ago

1.4.3

10 months ago

1.4.2

10 months ago

1.4.1

10 months ago

1.4.0

10 months ago

1.3.1

12 months ago

1.3.0

12 months ago

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