├── .circleci └── config.yml ├── CHANGELOG.md ├── LICENSE ├── README.md ├── config.example ├── index.js ├── package.json └── yarn.lock /.circleci/config.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chabou/hyper-autoprofile/HEAD/.circleci/config.yml -------------------------------------------------------------------------------- /CHANGELOG.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chabou/hyper-autoprofile/HEAD/CHANGELOG.md -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chabou/hyper-autoprofile/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chabou/hyper-autoprofile/HEAD/README.md -------------------------------------------------------------------------------- /config.example: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chabou/hyper-autoprofile/HEAD/config.example -------------------------------------------------------------------------------- /index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chabou/hyper-autoprofile/HEAD/index.js -------------------------------------------------------------------------------- /package.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chabou/hyper-autoprofile/HEAD/package.json -------------------------------------------------------------------------------- /yarn.lock: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chabou/hyper-autoprofile/HEAD/yarn.lock --------------------------------------------------------------------------------