This is a template to be used with cookiecuter to create a complete vscode devcontainer folder with the required files
Explore the docs »
Report Bug
·
Request Feature
- Table of Contents
- About The Project
- Getting Started
- Usage
- What this template provides?
- Roadmap
- Contributing
- License
- Contact
- Acknowledgements
- Cookiecutter
- Python
- YAML
- Docker
- VSCode
- cookiecutter
- Docker
- VSCode
- cookiecutter ==>
$ pip3 install cookiecutter
- Docker ==>
$ sudo apt-get install docker.io
- VSCode ==>
$ sudo apt-get install vscode
$ cookiecutter gh:stiliajohny/cookiecutter-collection --directory="devcontainer"
- Open the VS Code folder and Reopen in Container
Initialize a new folder with:
devcontainer.json
with all the settingsDockerfile
with prerequisites- Dockerfile library-scripts folders
- Dockerfile scripts folder
See the open issues for a list of proposed features (and known issues).
Contributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributions you make are greatly appreciated.
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
Distributed under the GPL-3.0 License. See LICENSE
for more information.
John Stilia - stilia.johny@gmail.com