0.1.17 • Published 9 years ago

sm.expand v0.1.17

Weekly downloads
66
License
-
Repository
github
Last release
9 years ago

Status: DEV

sm.expand

Install Source Logic from the Semantic Web to the local Context.

API

./sm.expand

Uses installers to setup sources:

Use Cases

NodeJS

Given /package.json:

{
	"@github.com~sourcemint~sm.expand~0/map": {
		"sources": {
			"<uid>": {
				"<rev>": {
					"url": "git://git@github.com:sourcemint/sm.expand.git",
					"installer": "npm"
				}
			}
		},
		"mappings": {
			"<alias>": "<uid>/{rev}"
		},
		"@github.com~sourcemint~sm.expand~0/locations": {
			"sources": ".deps/{uid}/source/installed/{rev}",
			"mappings": "node_modules/{alias}"
		}
	}
}

And running from CWD: /:

./sm.expand

Will yield:

  • Installed source at /.deps/<uid>/source/installed/{rev}
  • Symlink at /node_modules/<alias>, linked to /.deps/<uid>/source/installed/{rev}
0.1.17

9 years ago

0.1.16

9 years ago

0.1.15

9 years ago

0.1.14

9 years ago

0.1.13

9 years ago

0.1.12

9 years ago

0.1.11

9 years ago

0.1.10

9 years ago

0.1.8

9 years ago

0.1.7

9 years ago

0.1.6

9 years ago

0.1.5

9 years ago

0.1.4

9 years ago

0.1.3

9 years ago

0.1.2

9 years ago

0.1.1

9 years ago