mirror of
https://github.com/xfarrow/blink
synced 2025-06-27 09:03:02 +02:00
Change endpoint from persons to people
This commit is contained in:
30
backend/apis/nodejs/node_modules/tildify/readme.md
generated
vendored
Normal file
30
backend/apis/nodejs/node_modules/tildify/readme.md
generated
vendored
Normal file
@ -0,0 +1,30 @@
|
||||
# tildify [](https://travis-ci.org/sindresorhus/tildify)
|
||||
|
||||
> Convert an absolute path to a tilde path: `/Users/sindresorhus/dev` → `~/dev`
|
||||
|
||||
|
||||
## Install
|
||||
|
||||
```
|
||||
$ npm install tildify
|
||||
```
|
||||
|
||||
|
||||
## Usage
|
||||
|
||||
```js
|
||||
const tildify = require('tildify');
|
||||
|
||||
tildify('/Users/sindresorhus/dev');
|
||||
//=> '~/dev'
|
||||
```
|
||||
|
||||
|
||||
## Related
|
||||
|
||||
See [untildify](https://github.com/sindresorhus/untildify) for the inverse.
|
||||
|
||||
|
||||
## License
|
||||
|
||||
MIT © [Sindre Sorhus](https://sindresorhus.com)
|
Reference in New Issue
Block a user