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

https://github.com/wraith13/nephila

Subprojects pack for static single page web application
https://github.com/wraith13/nephila

Last synced: 5 months ago
JSON representation

Subprojects pack for static single page web application

Awesome Lists containing this project

README

          

# nephila

Nephila is subprojects pack for staic single page web application.

## How to add

```shell
git submodule add https://github.com/wraith13/nephila nephila
git submodule update --recursive --merge --init
```

## How to update

```shell
cd ./nephila
git pull -f
cd ..
git submodule update --recursive --merge --init
```

## How to remove

```shell
git submodule deinit -f nephila
git rm -f nephila
rm -rf .git/modules/nephila
```

## Subprojects

|subproject|description|
|---|---|
|[build.js](https://github.com/wraith13/build.js)|node.js based builder.|
|[evil-commonjs](https://github.com/wraith13/evil-commonjs)|evil-commonjs is a simple commonjs implement.|
|[evil-type.ts](https://github.com/wraith13/evil-type.ts)|Generates type definitions and validators for TypeScript and JSON Schema from proprietary type definition JSON file.|
|[evil-timer.js](https://github.com/wraith13/evil-timer.js)|evil-timer.js is an auxiliary script for debugging and tuning CSS.|
|[minamo.js](https://github.com/wraith13/minamo.js)|minamo.js is a necessary and sufficient and simple JavaScript/TypeScript library.|
|[tektite.js](https://github.com/wraith13/tektite.js)|minamo.js is a Web UI framework for TypeScript/JavaScript.|

## Projects using this subprojects pack

- [Cyclic ToDo](https://github.com/wraith13/cyclic-todo) (via nephila )
- [Clockworks](https://github.com/wraith13/clockworks) ( via nephila )
- [Flounder Studio](https://github.com/wraith13/flounder.studio) ( via nephila )