1.0.8 • Published 2 years ago

create-nvim-plugin v1.0.8

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

create-nvim-plugin

A tool to quickly scaffold neovim lua plugins.

npm.io

Usage

Launch an interactive prompt using your favourite package manager.

npx create-nvim-plugin

yarn create nvim-plugin

pnpm create create-nvim-plugin

Enter the plugin name and the scaffolding will begin

This will create a directory under the name you specified with the plugin barebones setup for you.

Credit

m00qek For the plugin-template.nvim repository which provided the project template inspiration.