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
- Host: GitHub
- URL: https://github.com/pthm/node-tokei
- Owner: pthm
- Created: 2018-04-24T22:19:41.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2022-02-15T15:15:23.000Z (over 4 years ago)
- Last Synced: 2025-10-07T00:44:07.748Z (8 months ago)
- Language: TypeScript
- Size: 4.46 MB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# node-tokei
```typescript
import tokei from 'node-tokei'
const LocStats = await tokei('../some/path');
```