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
- Host: GitHub
- URL: https://github.com/wraith13/nephila
- Owner: wraith13
- Created: 2021-12-01T12:11:23.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2025-07-01T10:53:12.000Z (about 1 year ago)
- Last Synced: 2025-07-01T11:48:37.191Z (about 1 year ago)
- Size: 29.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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 )