mirror of
https://github.com/namibia/awesome-cheatsheets.git
synced 2024-12-18 00:24:07 +00:00
Reorganizing the repository
This commit is contained in:
parent
450f2db40b
commit
34124c1731
@ -18,6 +18,9 @@
|
|||||||
```bash
|
```bash
|
||||||
# Provides the ability to initialize new application instances
|
# Provides the ability to initialize new application instances
|
||||||
npm install @feathersjs/feathers --save
|
npm install @feathersjs/feathers --save
|
||||||
|
|
||||||
|
# Provides a set of standard error classes used by all other Feathers modules
|
||||||
|
npm install @feathersjs/errors --save
|
||||||
```
|
```
|
||||||
|
|
||||||
const feathers = require('@feathersjs/feathers');
|
const feathers = require('@feathersjs/feathers');
|
20
README.md
20
README.md
@ -7,25 +7,25 @@
|
|||||||
|
|
||||||
## Table of Contents
|
## Table of Contents
|
||||||
|
|
||||||
- [Languages](#languages)
|
- [1. Languages](#languages)
|
||||||
|
|
||||||
- [Backend](#backend)
|
- [2. Backend](#backend)
|
||||||
|
|
||||||
- [Frontend](#frontend)
|
- [3. Frontend](#frontend)
|
||||||
|
|
||||||
- [Databases](#databases)
|
- [4. Databases](#databases)
|
||||||
|
|
||||||
- [Tools](#tools)
|
- [5. Tools](#tools)
|
||||||
|
|
||||||
|
|
||||||
## Languages
|
## 1. Languages
|
||||||
|
|
||||||
- [Bash](languages/bash.sh)
|
- [Bash](languages/bash.sh)
|
||||||
|
|
||||||
- [JavaScript](languages/javascript.js)
|
- [JavaScript](languages/javascript.js)
|
||||||
|
|
||||||
|
|
||||||
## Backend
|
## 2. Backend
|
||||||
|
|
||||||
- [Django](backend/django.py)
|
- [Django](backend/django.py)
|
||||||
|
|
||||||
@ -34,17 +34,17 @@
|
|||||||
- [Node.js](backend/node.js)
|
- [Node.js](backend/node.js)
|
||||||
|
|
||||||
|
|
||||||
## Frontend
|
## 3. Frontend
|
||||||
|
|
||||||
- [Vue.js](frontend/vue.js)
|
- [Vue.js](frontend/vue.js)
|
||||||
|
|
||||||
|
|
||||||
## Databases
|
## 4. Databases
|
||||||
|
|
||||||
- [Redis](databases/redis.sh)
|
- [Redis](databases/redis.sh)
|
||||||
|
|
||||||
|
|
||||||
## Tools
|
## 5. Tools
|
||||||
|
|
||||||
- [Docker](tools/docker.sh)
|
- [Docker](tools/docker.sh)
|
||||||
|
|
||||||
|
BIN
_images/awesome_cheatsheets_logo.psd
Normal file
BIN
_images/awesome_cheatsheets_logo.psd
Normal file
Binary file not shown.
Loading…
Reference in New Issue
Block a user