jonschlinkert / read-yamlLinks
Very thin wrapper around js-yaml for directly reading in YAML files.
☆26Updated 5 years ago
Alternatives and similar repositories for read-yaml
Users that are interested in read-yaml are comparing it to the libraries listed below
Sorting:
- Expand a string into a JavaScript object using a simple notation.☆25Updated 5 years ago
- Basic logging utils: colors, symbols and timestamp.☆24Updated 6 years ago
- CLI for listing an npm module's dependent projects and their download stats.☆13Updated 8 years ago
- Parse a glob pattern into an object of path parts.☆25Updated 5 years ago
- ES2015 Number.isNaN() ponyfill☆28Updated last year
- Modify the values of an object☆27Updated 3 years ago
- Simple way to initialize a new git repository in an empty directory, add a file and do a first commit (or skip that part in a directory w…☆11Updated 7 years ago
- A verbose ndjson log formatter for pino.☆13Updated 5 years ago
- Check if a file is executable☆29Updated 7 years ago
- Parse a person, author, contributor or maintainer string into an object with name, email and url properties following NPM conventions. Us…☆23Updated 8 years ago
- Apply an async function to each Array element in series☆21Updated 9 years ago
- Node 8's util.promisify, as a node module☆21Updated last year
- Returns true if a filepath is absolute. The original path-is-absolute.