A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://github.com/fannheyward/create-coc-extension below:

fannheyward/create-coc-extension: Create a coc extension from command line

Create a coc extension quickly 🚀

npx create-coc-extension [extension-name]
# or
npm exec create-coc-extension [extension-name]
cd [extension-name]
npm install
npm run build
npm create coc-extension [extension-name]
# or
npm init coc-extension [extension-name]
cd [extension-name]
npm install
npm run build
yarn create coc-extension [extension-name]
cd [extension-name]
yarn install
yarn run build
bun create coc-extension [extension-name]
cd [extension-name]
bun install
bun run build
cd ~/src
npx create-coc-extension coc-test
? project title: coc-test
? project description: coc-test extension
? author full name: Heyward Fann
? author email address: fannheyward@gmail.com

coc-test is created.

  cd /Users/fannheyward/src/coc-test && npm i

then "set runtimepath^=/Users/fannheyward/src/coc-test" in vimrc/init.vim, and you will see "[coc.nvim] coc-test works!" notification.
  1. :CocCommand coc-test.Command for command
  2. coc-test.enabled for configuration
  3. TestCompletionItem for completion

MIT


RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4