generate / generate-editorconfig
Generate a `.editorconfig` file from the command line, or use as a sub-generator or plugin in your own generator.
☆13Updated 8 years ago
Alternatives and similar repositories for generate-editorconfig:
Users that are interested in generate-editorconfig are comparing it to the libraries listed below
- Use as a sub-generator or plugin in your generator to create a package.json for a project. Or install globally and run with Generate's CL…☆18Updated 3 years ago
- Returns true if a filepath is absolute. The original path-is-absolute.☆22Updated 7 years ago
- Parse a `git log` output of a repository into an object with useful commit data. Supports plugins, streaming, promises and callback APIs.☆12Updated 2 years ago
- List of vendor prefixes known to the web platform☆11Updated 2 years ago
- Generate a CODE_OF_CONDUCT.md file for a project (Contributor Covenant Code of Conduct). Use from the command line when Generate's CLI is…☆8Updated 8 years ago
- Scaffold out complete code projects from the command line by installing this generator globally, or use this generator as a plugin in oth…☆11Updated 7 years ago
- Checks which modules you have used in your code and then makes sure they are listed as dependencies in your package.json and vice-versa☆10Updated 4 years ago
- Convert matching single-quotes to double-quotes: `I 'love' unicorns` → `I "love" unicorns`☆22Updated 2 years ago
- Get the user home directory with fallback to the system temp directory☆30Updated 3 years ago
- Regular expression for matching a shebang line☆46Updated 3 years ago
- Visit a method over the items in an object, or map visit over the objects in an array. This is an alternative approach to using extend or…☆20Updated 4 years ago
- Get all emails in a text file or stdin☆24Updated 3 years ago
- Call the given method on each value in the given object.☆20Updated 2 years ago
- Normalize values in package.json to improve compatibility, programmatic readability and usefulness with third party libs.☆18Updated 5 years ago
- CLI and API to get a single file from Github repository.☆10Updated 7 years ago
- Map `visit` over an array of objects.☆17Updated 2 years ago
- A ponyfill for Buffer.fill☆10Updated 6 years ago
- Returns an array of mapped values from an array or object.☆16Updated 8 years ago
- The core assemble application with no presets or defaults. All configuration is left to the implementor.☆17Updated 8 years ago
- Turn a Git URL into its canonical form.☆14Updated 4 years ago
- Strip shebang (eg. #!/bin/sh) from a string☆11Updated 3 years ago
- Resolve a directory that is either local, global or in the user's home directory.☆14Updated 7 years ago
- Prepend `https://` to humanized URLs like `sindresorhus.com` and `file://` to file paths☆24Updated 2 years ago
- Generate a starter CHANGELOG.md file, using conventions from keep-a-changelog. Use from the command line when Generate's CLI is installed…☆17Updated 8 years ago
- Get the GitHub repository URL from a NPM package name.☆21Updated 6 years ago
- Check if a string has ANSI escape codes☆45Updated 8 months ago
- Generate a basic README.md using answers to prompts and data from the environment, like package.json. This generator can be run by comman…☆28Updated 8 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
- Return true if a file path contains the given path.☆17Updated 3 years ago
- Settle an async function. It will always complete successfully with an object of the resulting state.☆11Updated last year