blob: a2a61cd4c31d3d21f312ebf63c0b1a31e5e7c4ba (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
This is the wiki and issue tracker for the OpenSCAD Modules Registry.
OpenSCAD-Modules is a package manager for OpenSCAD. It's powered by
NPM, the package manager of the Node.js project and a registry
dedicated for Openscad-Modules itself. The aim of an openscad
package manager is to have a tooling which handles dependencies
among multiple projects. With NPM we achieve the following goals:
one of the best package managers for free :)
easy to use, large community, stable and well established
project description including dependencies in a well
understandable json format
supports modules from the registry and also from github
repositories directly
a lot of documentation, ranging from installing npm, to creating
your first modules, ...
|