Resolve a path into an absolute path, using tilde (~) if possible
Convert a tilde path to an absolute path: `~/dev` → `/Users/sindresorhus/dev`
Convert an absolute path to a tilde path: `/Users/sindresorhus/dev` → `~/dev`
Convert a tilde path to an absolute path: `~/dev` → `/Users/john/dev`
Bash-like tilde expansion for node.js. Expands a leading tilde in a file path to the user home directory, or `~+` to the cwd.
Convert an absolute path to a tilde path: `/Users/sindresorhus/dev` → `~/dev`
Convert a tilde path to an absolute path: `~/dev` → `/Users/sindresorhus/dev`
* Convert an absolute path to a tilde path: `/Users/YourUserName/dev` → `~/dev` * Inspired by [tilify](https://github.com/sindresorhus/tildify) by [Sindre Sorhus](https://github.com/sindresorhus) * Since tildify uses ES6 syntax, I created this package to
A node-sass custom importer which turns ~ into absolute paths to the nearest parent node_modules directory.
* Convert an absolute path to a tilde path: `/Users/YourUserName/dev` → `~/dev` * Inspired by [tilify](https://github.com/sindresorhus/tildify) by [Sindre Sorhus](https://github.com/sindresorhus) * Since tildify uses ES6 syntax, I created this package to
* Convert an absolute path to a tilde path: `/Users/YourUserName/dev` → `~/dev` * Inspired by [tilify](https://github.com/sindresorhus/tildify) by [Sindre Sorhus](https://github.com/sindresorhus) * Since tildify uses ES6 syntax, I created this package to
* Convert an absolute path to a tilde path: `/Users/YourUserName/dev` → `~/dev` * Inspired by [tilify](https://github.com/sindresorhus/tildify) by [Sindre Sorhus](https://github.com/sindresorhus) * Since tildify uses ES6 syntax, I created this package to
Convert an absolute path to a tilde path: `/Users/YourUserName/dev` → `~/dev`
TypeScript definitions for expand-tilde
Provides a helper function to expand a path to a normalized absolute path. This function also expands dot, tilde, and tilde plus when used as the first path segment.
`Path` upgraded to support resolve/normalize user home path strings.
Resolves a path to an absolute path. Supports tilde
Expand a ~ character to a users home directory like bash
PostCSS plugin to omit tilde in sass import function argument
Tilde Translate box - solution for machine translating text and documents. Built with angular, but also exposed as web component.
Native filesystem access for react-native
Official ESLint plugin for Vue.js
Adds array support to node-glob, sync and async. Also supports tilde expansion (user home) and resolving to global npm modules.
TypeScript definitions for node-sass-tilde-importer