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

https://github.com/serapath/basename-cli

Get the bare name of a file, without its extension cross platform on the command line
https://github.com/serapath/basename-cli

Last synced: about 1 year ago
JSON representation

Get the bare name of a file, without its extension cross platform on the command line

Awesome Lists containing this project

README

          

# basename-cli
Get the bare name of a file, without its extension cross platform on the command line

# usage
`npm install basename-cli -g`

```bash
> basename a/b/c/
# c
> basename a/b/c.js
# c.js
```