An open API service indexing awesome lists of open source software.

https://github.com/lightsofapollo/notamd

Simple almost dependancy loader. For DYI loading...
https://github.com/lightsofapollo/notamd

Last synced: 8 months ago
JSON representation

Simple almost dependancy loader. For DYI loading...

Awesome Lists containing this project

README

          

# NotAmd

I wanted to build a loader system that did no loading.
Its a pure plugin based method of loading processing dependencies
(all in parallel by default).

See examples/ for a quick demo.

## Tests

test-agent + mocha + assert like library.

```sh
make test-server
```

Start your browser of choice go to http://localhost:8789/test-agent/

```sh
make test
```

Initial version only tested in firefox nightly.

## License

Copyright 2012, Sahaja James Lal

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.