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