UNPKG

silvie

Version:

Typescript Back-end Framework

41 lines (31 loc) 2.21 kB
# Silvie JS [![GitHub](https://img.shields.io/github/license/silviejs/silvie)](https://github.com/silviejs/silvie/blob/main/LICENSE) [![npm](https://img.shields.io/npm/v/silvie?color=red)](https://www.npmjs.org/package/silvie) [![Pull Requests](https://img.shields.io/badge/PRs-welcome-blue.svg)](CODE_OF_CONDUCT.md) [![Contributor Covenant](https://img.shields.io/badge/Contributor%20Covenant-v2.0%20adopted-ff69b4.svg)](CODE_OF_CONDUCT.md) Silvie is a Typescript based Node.js framework. It is made with love to make take the best Typescript offers into the powerful Node.js platform, and create a comfortable project structure for you to organize your work, leaving the logical parts of coding for you. Silvie is still under development, and I am getting the documentation ready to make it usable for everyone. ## Documentation The documentation for Silvie can be found [on the website](https://silviejs.org/docs). The main parts of documentation is: - [Introduction](http://silviejs.org/docs) - [Getting Started](http://silviejs.org/docs/installation) - [Core Concepts](http://silviejs.org/docs/http) - [HTTP](http://silviejs.org/docs/controllers) - [GraphQL](http://silviejs.org/docs/schemas) - [Database](http://silviejs.org/docs/migrations) The documentation source is located at [this repository](https://github.com/silviejs/silviejs.github.io). You are very welcomed to open pull requests to improve the docs. ## Contributing Silvie is an open source project made to make developers lives easier. I encourage you to contribute in this project by submitting potential issues or opening pull requests. ### Code of Conduct Silvie adopts the [Contributor Covenant](https://www.contributor-covenant.org) as its Code of Conduct. Please [read the full text](CODE_OF_CONDUCT.md) to see what actions will and will not be tolerated. ### Contributing Guide There is a [contribution guide](http://silviejs.org/docs/contribution) prepared for you to get involved in this project. Please read the guide to learn about proposing bugfixes and improvements, opening pull requests and development process. ## License Silvie is a [MIT licensed](https://github.com/silviejs/silvie/blob/main/LICENSE) project.