1.0.1 • Published 7 years ago

count-code v1.0.1

Weekly downloads
2
License
MIT
Repository
github
Last release
7 years ago

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