Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kantist/rilke-cli
Rilke
https://github.com/kantist/rilke-cli
angular angular-cli arhitecture framework pwa typescript web
Last synced: about 1 month ago
JSON representation
Rilke
- Host: GitHub
- URL: https://github.com/kantist/rilke-cli
- Owner: kantist
- License: mit
- Created: 2021-10-24T16:44:51.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2024-06-24T13:06:09.000Z (5 months ago)
- Last Synced: 2024-10-01T00:22:18.526Z (about 2 months ago)
- Topics: angular, angular-cli, arhitecture, framework, pwa, typescript, web
- Language: TypeScript
- Homepage:
- Size: 5.57 MB
- Stars: 13
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Rilke CLI - Developed schematic for Rilke Architecture.
Rilke. An Advanced Architecture. Developed for complex and modular projects.
using Angular Framework.
Getting Started
·
Submit an Issue
## Documentation
Get started with Rilke, learn the fundamentals and explore advanced topics on our documentation website.
- [Getting Started][quickstart]
- [Architecture][architecture]## Development Setup
### Prerequisites
- Install [Node.js] which includes [Node Package Manager][npm]
### Setting Up a Project
Install the Rilke CLI globally:
```
npm install -g @rilke/cli
```Create workspace:
```
rilke new [PROJECT NAME]
```Run the application:
```
cd [PROJECT NAME]
rilke serve
```## Ecosystem
| Project | Package | Description |
| ----------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------- |
| Rilke UI | | Modern UI Kit for Rilke Architect |
| Rilke Common | | A Core library for Rilke Architect |[quickstart]: https://rilke.ist/cli/
[architecture]: https://rilke.ist/architecture/
[node.js]: https://nodejs.org/
[npm]: https://www.npmjs.com/get-npm
[angular]: https://angular.io/cli