Skip to content
This repository was archived by the owner on Feb 1, 2024. It is now read-only.

Phandal/sdfcli-nvim

Repository files navigation

ARCHIVE NOTICE

Oracle released a suitecloud npm package. This is now used instead of the java program they had before. Please take a look at suitecloud.nvim.

sdfcli-nvim

A wrapper for the sdfcli java tool.

Based on christopherwxyz's NetSuiteSDF VSCode Extension

Concept

  1. Fully support the sdfcli tool
  2. Modify the deploy.xml file automatically
  3. Streamline the process of Netsuite development

Prerequisites

You must have the sdfcli tool setup and configured on your $PATH.

  • Neovim version 0.7.0+
  • sdfcli java tool

Installation

To install you can use your favorite package manager.

Packer

return require('packer').startup(function(use)
  use 'Phandal/sfdcli-nvim'
end)

Setup

Somewhere in your init.lua you must run the setup function:

require('sdfcli-nvim').setup({
  sdfcli_cmd = "/path/to/sdfcli"
});

The default options are as follows:

local defaults = {
  sdfcli_cmd = '/sdfcli/sdfcli.bat'
}

About

Wrapper for `sdfcli` in written in Lua for Neovim!

Topics

Resources

License

Stars

Watchers

Forks