An open API service indexing awesome lists of open source software.

https://github.com/pthm/node-tokei

A program that allows you to count your code, quickly. Node.js wrapper for Tokei library http://tokei.rs
https://github.com/pthm/node-tokei

Last synced: 8 months ago
JSON representation

A program that allows you to count your code, quickly. Node.js wrapper for Tokei library http://tokei.rs

Awesome Lists containing this project

README

          

# node-tokei

```typescript
import tokei from 'node-tokei'

const LocStats = await tokei('../some/path');
```