@swdv-660-1w-18-fa1/aj-week1-word-counter
v0.0.1
Published
First Node Project Dev Opps Class - it will open test.txt and count words in file and add color with chalk
Downloads
1
Maintainers
Keywords
Readme
week-1-assignment-AJtwiss01
Node project
This package dependencies are chalk
and wordcount
.
This little program will read text.txt
file in the root of the project count the word and display in the console what the content is with color.
###Steps
git clone https://github.com/Maryville-SWDV-660-FL18-1W/week-1-assignment-AJtwiss01.git
cd week-1-assignment-AJtwiss01
npm install
npm run start
Python project
This package dependencies are colorama
and wordcount
.
This little program will read text.txt
file in the root of the project count the common words and display in the console what the content is with color.
###Steps
Run if not already accomplished from node project
git clone https://github.com/Maryville-SWDV-660-FL18-1W/week-1-assignment-AJtwiss01.git
Change directories if not already there
cd week-1-assignment-AJtwiss01
pipenv install
python main.py
orpython3 main.py
depending on which is installed