Skip to content

This little node js program is made to automaticly create a ComputerCraft API EmmyLua compatible Documentation for VSCode from MCJack123's documentation.

Notifications You must be signed in to change notification settings

sewbacca/CC-EmmyLua-Docs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CC-EmmyLua-Docs

This little node js program is made to automaticly create a ComputerCraft API EmmyLua compatible Documentation for VSCode from MCJack123's documentation.

Generate Docs

Run on command line: (npm needed)

npm install
node .

or download release.

Put files somewhere static (e.g. ~/depot/cc-autocomplete)

Usage in VSCode

Install: Sumenko's Lua Language Server

Add this setting to your settings.json file:

	"Lua.workspace.library": {
		"/home/<username>/depot/cc-autocomplete": true
	},

Enjoy autocompletion.

Credits

About

This little node js program is made to automaticly create a ComputerCraft API EmmyLua compatible Documentation for VSCode from MCJack123's documentation.

Resources

Stars

Watchers

Forks

Packages

No packages published