├── LICENSE ├── README.md ├── communication.md ├── development-guidelines.md ├── development-styleguide.md ├── development-workflow.md ├── general.md ├── how-to.md ├── learning.md ├── people.md ├── program.md ├── typescript-compiler-issues.md └── who-does-what.md /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pagopa-archive/io-handbook/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pagopa-archive/io-handbook/HEAD/README.md -------------------------------------------------------------------------------- /communication.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pagopa-archive/io-handbook/HEAD/communication.md -------------------------------------------------------------------------------- /development-guidelines.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pagopa-archive/io-handbook/HEAD/development-guidelines.md -------------------------------------------------------------------------------- /development-styleguide.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pagopa-archive/io-handbook/HEAD/development-styleguide.md -------------------------------------------------------------------------------- /development-workflow.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pagopa-archive/io-handbook/HEAD/development-workflow.md -------------------------------------------------------------------------------- /general.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pagopa-archive/io-handbook/HEAD/general.md -------------------------------------------------------------------------------- /how-to.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pagopa-archive/io-handbook/HEAD/how-to.md -------------------------------------------------------------------------------- /learning.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pagopa-archive/io-handbook/HEAD/learning.md -------------------------------------------------------------------------------- /people.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pagopa-archive/io-handbook/HEAD/people.md -------------------------------------------------------------------------------- /program.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pagopa-archive/io-handbook/HEAD/program.md -------------------------------------------------------------------------------- /typescript-compiler-issues.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pagopa-archive/io-handbook/HEAD/typescript-compiler-issues.md -------------------------------------------------------------------------------- /who-does-what.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pagopa-archive/io-handbook/HEAD/who-does-what.md --------------------------------------------------------------------------------