21 lines
749 B
Plaintext
21 lines
749 B
Plaintext
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, ...
|