feat(): Add package description files

This commit is contained in:
Livio
2019-08-26 22:03:21 +02:00
parent 1682181b78
commit 6c035060a1
2 changed files with 2 additions and 0 deletions

View File

@@ -0,0 +1 @@
The common package comes with decorators such as `@Controller()`, `@Injectable` and so on.

1
packages/core/PACKAGE.md Normal file
View File

@@ -0,0 +1 @@
Implements Nest's core functionality, low-level services, and utilities.