-
-
Notifications
You must be signed in to change notification settings - Fork 0
Installation
Leon edited this page Nov 28, 2025
·
7 revisions
- You need node.js. The LTS version of the node fulfills the minimum requirements. (Get node here: nodejs.org)
mkdir new-project-name
cd new-project-name
npm init -y
with npm...
npm i spiky-cli
with yarn...
yarn add spiky-cli
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.