0.1.4 • Published 1 year ago

@oxenode/cli v0.1.4

Weekly downloads
-
License
-
Repository
-
Last release
1 year ago

@oxenode/cli

Oxenode's cli lets you to create an Oxenode plugin project with all the tools required for development. You can find a documentation article on creating your plugin on the official site.

Installation

Install the cli as a global package

npm i -g @oxenode/cli

Create plugins & nodes

Create MyPlugin, you can also create MyNode from the root of the plugin

oxenode plugin MyPlugin

cd MyPlugin

oxenode node MyNode

Presets & Examples

You can also start from a Node preset:

# Will create ./src/MyStateNode.tsx with an example on State
oxenode node MyStateNode state

# Will create ./src/MyOutputNode.tsx with an example on Outputing data
oxenode node MyOutputNode output

# Will create ./src/MyInputNode.tsx with an example on Inputing data
oxenode node MyInputNode input

Develop

You can start a hotreload development server

npm run dev

Build

You can then build for production in the root of your project

npm run build

Compiled source is found in ./dist

0.1.4

1 year ago

0.1.2

1 year ago

0.1.1

1 year ago

0.1.3

1 year ago

0.1.0

2 years ago

0.0.9

2 years ago

0.0.8

2 years ago

0.0.7

2 years ago

0.0.6

2 years ago

0.0.5

2 years ago

0.0.4

2 years ago

0.0.3

2 years ago

0.0.2

2 years ago

0.0.1

2 years ago