Short blurb about your project idea.
One or two paragraphs about your project and what it does.
Your name
- Initial work - repository-name (Repository space)
- Released on cloud-provider (Cloud provider)
- My professional profile on LinkedIn
This project was designed to demonstrate:
- Technology 1
- Tech 1 subitem
- Technology 2
- .
- .
- .
- Technology N
Bring the best usages of your project.
For more examples and usage, please refer to the Wiki.
Describe how to get your project running.
MacOS & Linux:
npm install my-module --save
Windows:
edit autoexec.bat
Describe how to install all development dependencies and consider do this for multiple platforms.
make install
npm test
Remember this is a showcase, thus your potential employer might want to see an automated test-suite of some kind up running.
- Maven - Dependency Management
- Heroku CLI - To deploy on Heroku
- 0.2.1
- CHANGE: Update docs (module code remains unchanged)
- 0.2.0
- CHANGE: Refactoring - Remove
setAnyMethod()
- ADD: Add
newSomething()
- CHANGE: Refactoring - Remove
- 0.1.1
- FIX: Crash when calling
defaultXYZ()
(Thanks @ContributorName)
- FIX: Crash when calling
- 0.1.0
- The first proper release
- 0.0.1
- Initial work
- Fork it (https://github.com/yourname/yourproject/fork)
- Create your feature branch (
git checkout -b feature/fooBar
) - Commit your changes (
git commit -am 'Add some fooBar'
) - Push to the branch (
git push origin feature/fooBar
) - Create a new Pull Request