taon
v18.0.19
Published
Isomorphic solution for backend and frontend
Downloads
132
Readme
/* cspell: disable-next-line */ TAON Typescript Angular Orm Node )
( BETA VERSION - MAJOR REFACTOR IN PROGRESS )
Taon 🔥🔥🔥 is a solution (global cli tool & framework) for
+ Angular (PWA)
+ Orm with TypeORM
+ NodeJS
+ Electron desktop apps (work in progress)
+ Storybook showcase (work in progress)
backend/frontend *isomorphic apps/libs.
Initial requirements of taon
- Installed git
(for windows only git bash supported https://gitforwindows.org)
- (linux only) Increased watchers limit:
echo fs.inotify.max_user_watches=524288 | sudo tee -a /etc/sysctl.conf && sudo sysctl -p
Projects that are part of taon.dev:
- taon https://github.com/darekf77/taon
- framework library
- tnp https://github.com/darekf77/tnp
- main cli / code structuring tool
- taon-core https://github.com/darekf77/tnp-core
- essential/core helpers for all projects
- taon-class-helpers https://github.com/darekf77/typescript-class-helpers
- helpers for OOP class names based
- taon-config https://github.com/darekf77/tnp-config
- config/models for general purpose
- taon-cli https://github.com/darekf77/tnp-cli
- helpers/abstraction for global cli tools NodeJS based
- taon-helpers https://github.com/darekf77/tnp-helpers
- extended core helpers
- taon-json https://github.com/darekf77/json10
- handle JSON in better way
- taon-logger https://github.com/darekf77/ng2-logger
- logging in isomorphic apps
- taon-typeorm https://github.com/darekf77/taon-typeorm
- TypeOrm fork
- taon-type-sql https://github.com/darekf77/taon-type-sql
- strongly type sql
- taon-rest https://github.com/darekf77/ng2-rest
- easy rest api
- taon-incremental-watcher https://github.com/darekf77/incremental-compiler
- abstraction for incremental builders NodeJS based
- taon-storage https://github.com/darekf77/taon-storage
- ts decorators based storage solution
- taon-walk-object https://github.com/darekf77/lodash-walk-object
- iterate over deep properties in object
Global npm dependencies installed with taon
Installation happens when you first time use taon