@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
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.gitcd week-1-assignment-AJtwiss01npm installnpm 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.gitChange directories if not already there
cd week-1-assignment-AJtwiss01pipenv installpython main.pyorpython3 main.pydepending on which is installed
