A generator for Layer surfaces
npm install @buildwithlayer/generator@buildwithlayer/generator
=================
A generator for Layer surfaces



sh-session
$ 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]](#buildwithlayer-help-command)
* buildwithlayer mcp APISPEC NAMEbuildwithlayer 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 NAMEGenerate a new MCP server
`
USAGE
$ buildwithlayer mcp APISPEC NAME [--author ] [--bin ] [--description ] [--license
] [--name ] [--owner ] [--package-manager npm|yarn|pnpm] [--repository ] [-n] [-d
]ARGUMENTS
APISPEC Path to the OpenAPI Spec file.
NAME Directory name of new project.
FLAGS
-d, --output-dir= Directory to build the CLI in.
-n, --dry-run Print the files that would be created without actually creating them.
--author= Supply answer for prompt: Author
--bin= Supply answer for prompt: Command bin name the CLI will export
--description= Supply answer for prompt: Description
--license= Supply answer for prompt: License
--name= Supply answer for prompt: NPM package name. Include your organization name (e.g.
@org/package)
--owner= Supply answer for prompt: Who is the GitHub owner of repository
(https://github.com/OWNER/repo)
--package-manager=
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.
``