-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Milestone
Description
- extend package.json with use key
- define use() behavior, when including sub-namespaces (namespaces within classes), partials, native packages and global packages
- create an open standard draft for a standard npm package naming convention (@name/package) similar to composer/packagist
// draft
// within package.json...
// for a partial
"use" : {
"partial" : "foreach",
"namespace" : "js.foreach"
}
// for a module/class/general package
"use" : {
"module" : "Exception",
"namespace" : "js.lang",
"structure" : {
"directory" : "dist"
"main" : "Exception",
"exception" : [
"ArgException",
"RangeException",
"ValueException"
]
}
}Metadata
Metadata
Assignees
Labels
No labels