@buildwithlayer/generator
v1.1.0
Published
A generator for Layer surfaces
Downloads
9
Keywords
Readme
@buildwithlayer/generator
A generator for Layer surfaces
Usage
$ npm install -g @buildwithlayer/generator
$ buildwithlayer COMMAND
running command...
$ buildwithlayer (--version)
@buildwithlayer/generator/1.1.0 linux-x64 node-v20.11.0
$ buildwithlayer --help [COMMAND]
USAGE
$ buildwithlayer COMMAND
...Commands
buildwithlayer help [COMMAND]
Display help for buildwithlayer.
USAGE
$ buildwithlayer help [COMMAND...] [-n]
ARGUMENTS
COMMAND... Command to show help for.
FLAGS
-n, --nested-commands Include all nested commands in the output.
DESCRIPTION
Display help for buildwithlayer.See code: @oclif/plugin-help
buildwithlayer mcp APISPEC NAME
Generate a new MCP server
USAGE
$ buildwithlayer mcp APISPEC NAME [--author <value>] [--bin <value>] [--description <value>] [--license
<value>] [--name <value>] [--owner <value>] [--package-manager npm|yarn|pnpm] [--repository <value>] [-n] [-d
<value>]
ARGUMENTS
APISPEC Path to the OpenAPI Spec file.
NAME Directory name of new project.
FLAGS
-d, --output-dir=<value> Directory to build the CLI in.
-n, --dry-run Print the files that would be created without actually creating them.
--author=<value> Supply answer for prompt: Author
--bin=<value> Supply answer for prompt: Command bin name the CLI will export
--description=<value> Supply answer for prompt: Description
--license=<value> Supply answer for prompt: License
--name=<value> Supply answer for prompt: NPM package name. Include your organization name (e.g.
@org/package)
--owner=<value> Supply answer for prompt: Who is the GitHub owner of repository
(https://github.com/OWNER/repo)
--package-manager=<option> Supply answer for prompt: Select a package manager
<options: npm|yarn|pnpm>
--repository=<value> Supply answer for prompt: What is the GitHub name of repository
(https://github.com/owner/REPO)
DESCRIPTION
Generate a new MCP server
This will generate a fully functional MCP server that you can build on. It will prompt you for all the necessary
information to get started. You can also pass individual flags to set specific values for prompts.