sindresorhus / env-editorLinks
Get metadata on the default editor or a specific editor
☆53Updated last month
Alternatives and similar repositories for env-editor
Users that are interested in env-editor are comparing it to the libraries listed below
Sorting:
- Turn an object into a string of HTML attributes☆49Updated 2 years ago
- Mimic a Node.js HTTP response stream☆60Updated last year
- Get an array of valid, sorted, and cleaned semver versions from an array of strings☆41Updated 4 years ago
- Find semver versions in a string: `unicorn v1.2.3` → `1.2.3`☆45Updated last year
- Conditional promise chains☆63Updated 4 years ago
- Linkify GitHub issue references☆47Updated last month
- Exit the process when the `esc` key is pressed☆57Updated last year
- Check if your code is running as an npm or yarn script☆64Updated last month
- Simple wildcard matching☆34Updated last month
- Prints the current date and time as a UNIX timestamp or custom format☆47Updated 4 years ago
- Get the path of the parent module☆78Updated last month
- Strip redundant indentation and indent the string☆54Updated 4 years ago
- Lazy number range generator☆82Updated last year
- Add XO to your project☆46Updated last year
- Create an array with values that are present in the first input array but not additional ones☆40Updated 4 years ago
- Get the latest stable semver version from an array of versions☆47Updated 4 years ago
- Create a lazily evaluated value☆69Updated 4 years ago
- Make a promise always fulfill with its actual fulfillment value or rejection reason☆56Updated last month
- Regular expression for matching issue references☆49Updated last year
- A better `Promise.race()`☆47Updated 2 years ago
- While a condition returns true, calls a function repeatedly, and then resolves the promise☆57Updated last year
- Filter object keys and values into a new object☆104Updated last year
- Get the directory of globally installed packages and binaries☆76Updated last year
- Get the version of a binary in semver format☆41Updated last year
- Run promise-returning & async functions a specific number of times concurrently☆40Updated 4 years ago
- Check if your package was installed globally☆69Updated last year
- Kap plugin - Share on Cloudinary☆15Updated 2 years ago
- Get the path of the caller module☆66Updated 4 years ago
- Import a module like with `require()` but from a given path☆85Updated 3 years ago
- Conditional promise catch handler