generate-euler
v1.0.3
Published
This project aims to provide a simple command line tool that will download necessary files for that particular challenge. Not all challenge description download properly as a few use javascript to dynamically replace text with math symbols.
Downloads
2
Readme
Euler
This project aims to provide a simple command line tool that will download necessary files for that particular challenge. Not all challenge description download properly as a few use javascript to dynamically replace text with math symbols.
Install
$ npm install euler -g
Uninstall
$ npm uninstall euler -g
Usage
$ euler [number]
Creates a directory that has three digits. Zeros will be prepended. It will grab the problems page and scrape it to produce a readme.md. If the page contains a link to download a text file, it will download those text files as well.