nodejs / modules

Node.js Modules Team
MIT License
413 stars 42 forks source link

Date module #559

Closed harshsri28-zz closed 3 years ago

harshsri28-zz commented 3 years ago

it will represent the date in this format Tuesday, October 6.

we can call it by const date = require(__dirname + "/date");

jkrems commented 3 years ago

Hi @harshsri28! Welcome to the world of open source JavaScript! This repository contains notes from discussions around how the module system in nodejs should work (see: docs on modules).

If you want to share your JavaScript code with others, you can do so using npm. Here's an example guide for publishing. Each module (or "package") is usually put into its own repository.

ljharb commented 3 years ago

This seems like Hacktoberfest spam.

jkrems commented 3 years ago

no it's not spam , as i add date module

The difference between spam and non-spam is if the thing is of value to the recipient and/or was solicited. In this case, adding a generic date utility to a repository for meeting notes isn't a relevant (or valuable) contribution. So from our perspective, it is spam.

harshsri28-zz commented 3 years ago

i got it sir