|
2 | 2 |
|
3 | 3 | PureMVC is a lightweight framework for creating applications based upon the classic [Model-View-Controller](http://en.wikipedia.org/wiki/Model-view-controller) design meta-pattern. It supports [modular programming](http://en.wikipedia.org/wiki/Modular_programming) through the use of [Multiton](http://en.wikipedia.org/wiki/Multiton) Core actors instead of the [Singletons](http://en.wikipedia.org/wiki/Singleton_pattern). |
4 | 4 |
|
5 | | -* [NPM Package](https://www.npmjs.com/package/@puremvc/puremvc-typescript-multicore-framework?activeTab=readme) |
6 | | -* [API Docs](https://puremvc.org/pages/docs/TypeScript/multicore/) |
7 | | -* [Legacy Implementation](https://github.com/PureMVC/puremvc-typescript-multicore-framework/tree/1.3) |
8 | | - |
9 | 5 | ## Installation |
10 | 6 | ```shell |
11 | | -npm i @puremvc/puremvc-typescript-multicore-framework |
| 7 | +npm install @puremvc/puremvc-typescript-multicore-framework |
12 | 8 | ``` |
13 | 9 |
|
| 10 | +## Documentation |
| 11 | +* [API Docs](https://puremvc.org/pages/docs/TypeScript/multicore/) |
| 12 | +* [Legacy Implementation](https://github.com/PureMVC/puremvc-typescript-multicore-framework/tree/1.3) |
| 13 | + |
14 | 14 | ## Demos |
15 | 15 | * [Basic Employee Admin](https://github.com/PureMVC/puremvc-typescript-demo-employeeadmin/wiki) |
16 | 16 |
|
17 | 17 | ## Utilities |
18 | 18 | * [Async Command](https://github.com/PureMVC/puremvc-typescript-util-async-command) |
19 | 19 | * [State Machine](https://github.com/PureMVC/puremvc-typescript-util-state-machine) |
20 | | - |
| 20 | +* [Pipes](https://github.com/PureMVC/puremvc-typescript-pipes) |
21 | 21 |
|
22 | 22 | ## Platforms / Technologies |
23 | | -* [TypeScript](https://en.wikipedia.org/wiki/TypeScript) |
24 | | -* [JavaScript](https://en.wikipedia.org/wiki/JavaScript) |
25 | | -* [ECMAScript](https://en.wikipedia.org/wiki/ECMAScript) |
26 | | -* [CommonJS](https://en.wikipedia.org/wiki/CommonJS) |
27 | | -* [Node.js](https://en.wikipedia.org/wiki/Node.js) |
28 | | - |
29 | | - |
30 | | -## Status |
31 | | -Production - [Version 2.1,1](https://github.com/PureMVC/puremvc-typescript-multicore-framework/blob/master/VERSION) |
| 23 | +* [TypeScript](https://typescriptlang.org) |
| 24 | +* [Node.js](https://nodejs.org) |
| 25 | +* [NPM](https://www.npmjs.com/package/@puremvc/puremvc-typescript-multicore-framework?activeTab=readme) |
32 | 26 |
|
33 | 27 | ## License |
34 | 28 | * PureMVC MultiCore Framework for TypeScript - Copyright © 2025 [Saad Shams](https://www.linkedin.com/in/muizz) |
|
0 commit comments