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...
- Host: GitHub
- URL: https://github.com/lightsofapollo/notamd
- Owner: lightsofapollo
- Created: 2013-01-02T03:40:23.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2013-02-27T22:46:06.000Z (over 13 years ago)
- Last Synced: 2024-12-27T15:12:43.676Z (over 1 year ago)
- Language: JavaScript
- Size: 129 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.