Showing 1-20 of 41 packages
npm package exposing Kiota CLI functionality to TypeScript
A scaffold for generating a plugin
CLI tool for TypeScript Backend Toolkit - generate modules, plugins, middleware, seeders, and factories
Generate plugin that gathers data from the user's environment to pre-populate data for hints.
Initializes a handful of (empty) template collections to your generator, such as docs, includes, badges, and layouts, along with a few generic defaults.
Use this generator to add some common default settings to your 'generate', verb, and assemble generators.
Generate a license file. Choose any of the licenses supported by https://github.com/github/choosealicense.com.
Generate any local or global .gitignore file from the github/gitignore repository. Use from the command line when Generate's CLI is installed globally, or use as a plugin or sub-generator in your own generator.
Generator that automatically detects the dependencies or devDependencies to install based on the templates or includes that are dynamically used by your generator. This can be used as a sub-generator or plugin in your own generator.
Generate mocha test files.
Generate a README.md using answers to prompts and data from the environment, like `package.json`, `.git` config, etc. This generator can be run by command line if Generate is installed globally, or you can use this as a plugin or sub-generator in your own
Generate a package.json from a pre-defined or user-defined template. This generator can be used from the command line when globally installed, or as a plugin or sub-generator in your own generator.
The generator creates a `.editorconfig` file in the current working directory. Run from the command line or register as a sub-generator or plugin in your own generator.
Generate a robots.txt for a web project (uses the robots.txt from HTML5 Boilerplate). This can be run from the command line when Generate is installed globally, or used as a plugin in another generator.
Generator for initializing a git repository and adding first commit.
Scaffold out complete code projects from the command line, or use this generator as a plugin in other generators to provide baseline functionality.
Command line tool and developer framework for scaffolding out new GitHub projects. Generate offers the robustness and configurability of Yeoman, the expressiveness and simplicity of Slush, and more powerful flow control and composability than either.
Generate a generate generator project, complete with unit tests.
Generate the CNAME file for a web project. Is this necessary? No, not at all. A CNAME file is one line and takes a couple seconds to create. The point of this generator is to automate the creation of the CNAME file based on configuration settings, as a sm
My own @generate generator for scaffolding projects and populating templates.