count-code
Count lines, characters, comments and etc for source code.
Install
# Clone the repository$ git clone https://github.com/felix-fly/count-code.git# Go into the repository$ cd count-code# Install dependencies yarn or npm$ yarn install
Usage
Run this two commands in two different prompts to start developing with hot reloading.
# Webpack builds once and watches for changes to apply$ npm run dev# Start electron app$ npm start