Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sgade/atom-sloc
Atom SLOC package for the statusbar
https://github.com/sgade/atom-sloc
atom atom-package language-support sloc
Last synced: about 1 month ago
JSON representation
Atom SLOC package for the statusbar
- Host: GitHub
- URL: https://github.com/sgade/atom-sloc
- Owner: sgade
- License: gpl-3.0
- Created: 2014-03-30T00:20:10.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2018-12-01T21:34:00.000Z (about 6 years ago)
- Last Synced: 2023-04-04T00:52:56.125Z (over 1 year ago)
- Topics: atom, atom-package, language-support, sloc
- Language: CoffeeScript
- Homepage: https://atom.io/packages/sloc
- Size: 59.6 KB
- Stars: 9
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# atom-sloc [![Build Status](https://travis-ci.org/sgade/atom-sloc.svg?branch=master)](https://travis-ci.org/sgade/atom-sloc)
Counts the number of lines in the current file and displays them in the statusbar.
**Activate with CTRL+ALT+L.**
![Sloc screenshot](https://raw.githubusercontent.com/sgade/atom-sloc/master/assets/screen.png)
This package relies on the [sloc](https://www.npmjs.org/package/sloc) package and therefore supports only languages supported by that package.
To see the list of supported languages, see the corresponding [README](https://github.com/flosse/sloc#supported-languages). If you find a language that is not supported by this module but is by the lib, feel free to open an issue!## Contributing
Feel free to [submit pull requests](https://github.com/sgade/atom-sloc/pulls).
Contributors:
* [andrewmcwatters](https://github.com/andrewmcwatters)
* [gilbertohasnofb](https://github.com/gilbertohasnofb)## License
MIT