Skip to content

Implementation of nodes of a tree structure where the nodes are either folders or final nodes.

License

Notifications You must be signed in to change notification settings

marcoparrone/nodes

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

nodes

Implementation of nodes of a tree structure where the nodes are either folders or final nodes (documents for example).

Installation

npm install @marcoparrone/nodes

Usage

import {
  all_nodes_have_all_fields_p,
  add_node, get_node, change_node_field, delete_node, swap_nodes_values,
  move_node_backward, move_node_forward, move_node_upward, move_node_downward,
  load_nodes, save_nodes, export_nodes, import_nodes
} from '@marcoparrone/nodes';

See the src/nodes.js file for informations about the functions provided by this library.

About

Implementation of nodes of a tree structure where the nodes are either folders or final nodes.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published