CLI applications that shows JavaScript and Web conferences with open calls for papers
Install the application via npm
or use it on demand via npx
:
npm install cfp-magick -g
npx cfp-magick
Fork and clone this repo and install all the needed dependencies
by issuing npm install
in the root directory.
Tests are located on the __tests__
folder and can be run by calling npm test
from the root dir of the project.
We adhere to the Standard coding guidelines.
You can lint you code using npm run lint
- Chalk - For beautiful colors
- NPM - Dependency Management
- Commitizen - Easy semantic commit messages
- Jest - Easy tests
- Semantic Release - Easy software releases
Please read CONTRIBUTING.md for details on our code of conduct, and the process for submitting pull requests to us.
We use SemVer for versioning. For the versions available, see the tags on this repository.
- Sebastian Golasch - Initial work - asciidisco
See also the list of contributors who participated in this project.
This project is licensed under the MIT License - see the LICENSE.md file for details