Skip to content

Latest commit

 

History

History
38 lines (27 loc) · 922 Bytes

README.md

File metadata and controls

38 lines (27 loc) · 922 Bytes

Icestudio-cli

Small utilities for working with .ice icestudio files in the command line

Test files

The Icestudio files used for testing are located in the Test-files folder

  • test-01-info.ice: It only contains a basic info block

External node.js modules

  • colors: Print colors on the command line

Quick start

  • Install all the packages: npm install
  • Run the test.js example: node test.js
----------------------------------------
File: Test-files/test-01-info.ice
----------------------------------------
Icestudio ROOT: 
  Version: 1.2
  Board: alhambra-ii
  Blocks: 1
  Wires: 0

Raw content: 
{ version: '1.2',
  package:
   { name: '', version: '', description: '', author: '', image: '' },
  design:
   { board: 'alhambra-ii', graph: { blocks: [Array], wires: [] } },
  dependencies: {} }