Skip to content

Installation

Leon edited this page Nov 28, 2025 · 7 revisions

Installation

Requirements

  • You need node.js. The LTS version of the node fulfills the minimum requirements. (Get node here: nodejs.org)

Install the package

1. Create a project

mkdir new-project-name

cd new-project-name

2. Create a package.json

npm init -y

3. Install spiky-cli

with npm...

npm i spiky-cli

with yarn...

yarn add spiky-cli

(4. If spiky.js is not installed)

The application is able to transpile any TypeScript Code into Python, but usually it should be used with blocks from spiky.js. The package should be installed automatically, but sometimes it is not installed properly. Then you have to manually import it.

Clone this wiki locally