filipedeschamps / rss-feed-emitter

Super RSS News Feed aggregator written in Node.js and ES6
MIT License
1.07k stars 77 forks source link

2. Create a Github repository #120

Closed filipedeschamps closed 8 years ago

filipedeschamps commented 8 years ago

This is the easiest step and you will get from it with two important things:

This is very simple, in the top right corner of this screen, click in the plus icon and then select New repository, or open this link in another tab: https://github.com/new

Take a look in the screenshot below:

image

I've selected repository-demo as my repository name, added a description and made it public access. Also, I'm initializing the repository with a README.md, this is a markdown file and it will be your module's Home Page inside Github.

And since this is a Node.js module, I've selected a .gitignore to ignore Node.js related contend and specified a MIT license.

Now click Create repository and you will land in your repository's Home Page:

image

Next step

3. Download it locally, add a package.json and publish it to npm