- Overview
- Screenshot
- Demo
- Documentation
- Requirements
- Installation and usage
- Release History
- Contributing
- License
- Author
Lorem ipsum dolor sit amet consectetur, adipisicing elit. Aut praesentium neque assumenda! Tempore culpa nihil laborum distinctio vel, illo quod veniam. Excepturi soluta beatae sed iusto sunt, impedit ducimus dignissimos?
Lorem ipsum dolor sit amet consectetur, adipisicing elit.
url | login | password |
---|---|---|
http://exemplo.com/admin | [email protected] | 123 |
Documentation lives at readthedocs.org
git clone https://github.com/<user>/<project>
$ eslint scripts --fix
$ npm run test
.
├── src # Project source code
├── doc # Doc for the project
├── .gitignore
├── LICENSE
└── README.md
- 0.2.0
- CHANGE: Remove function
- ADD: Add init()
- 0.1.1
- FIX: Crash when calling baz()
- 0.1.0
- CHANGE: Rename foo() to bar()
- 0.0.1
- Init the project
Steps to contribute:
- 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;
Task list:
- Task 1
- Task 2
- Task 3
- Task 4
The MIT License (MIT)
Made with ❤️