{"id":18378082,"url":"https://github.com/mlabbe/cookiecutter-nativeprojectstandards","last_synced_at":"2025-04-06T22:32:09.068Z","repository":{"id":143152040,"uuid":"66733341","full_name":"mlabbe/cookiecutter-nativeprojectstandards","owner":"mlabbe","description":"Generate C/C++ projects for Linux, Mac, Windows, GCC, Clang and Visual Studio that comply with the Native Project Standards","archived":false,"fork":false,"pushed_at":"2024-01-26T18:07:28.000Z","size":133,"stargazers_count":5,"open_issues_count":3,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-22T07:24:10.703Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/mlabbe.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2016-08-27T20:06:26.000Z","updated_at":"2024-02-06T15:12:33.000Z","dependencies_parsed_at":"2023-04-03T21:47:20.499Z","dependency_job_id":null,"html_url":"https://github.com/mlabbe/cookiecutter-nativeprojectstandards","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mlabbe%2Fcookiecutter-nativeprojectstandards","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mlabbe%2Fcookiecutter-nativeprojectstandards/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mlabbe%2Fcookiecutter-nativeprojectstandards/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mlabbe%2Fcookiecutter-nativeprojectstandards/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mlabbe","download_url":"https://codeload.github.com/mlabbe/cookiecutter-nativeprojectstandards/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247563900,"owners_count":20958971,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-06T00:31:02.315Z","updated_at":"2025-04-06T22:32:09.061Z","avatar_url":"https://github.com/mlabbe.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Project status #\n\nWIP - don't use it yet\n\n# Native Project Standards Generator #\n\nThis Cookiecutter generates a C/C++ project based on the [Native Project Standards](http://www.frogtoss.com/labs/pages/native-project-standards.html).  This includes standardized directories to support most projects.  It also uses Premake to pre-generate build scripts which can be distributed.  Because the generated Premake files can be distributed, they don't have to be run by your end users.  See [Premake For Package Maintainers](http://www.frogtoss.com/labs/premake-for-package-maintainers.html) for details on this low-interference strategy to cross platform project development.\n\nIt supports projects that contain static libraries, dynamic libraries and exes.  Post-generation, your project will build on Linux, Mac and Windows in 32-bit and 64-bit.  Because it uses Premake, it is possible to extend the project to other operating systems.\n\n## Installation ##\n\nPrior to installation, make sure [Premake5](https://premake.github.io/download.html) is in your path, as well as [Python](https://www.python.org).  These instructions work for any desktop operating system.\n\n    # download and install the cookiecutter project templating system\n    pip install cookiecutter\n\n    # run cookiecutter\n    cookiecutter https://github.com/mlabbe/cookiecutter-nativeprojectstandards\n\nCookiecutter will now ask you questions about your project including where to put it.\n\n## Usage ##\n\nThe philosophy behind the Native Project Standards is that it supports standardized locations for everything in a build tree.  If you don't need something, you delete it.  If you need it, you put it where it says it should go.\n\n## TODO ##\n\n- add support for NPS-compliant bin dirs outside of visual studio (currently it puts the bins under the build dirs), see `targetdir` filters in premake template\n- improve generated readme.md, especially when it comes to building\n- create installer scripts\n- create helper script that generates buildinfo.h, put it in tools\n- document\n - all of the build commands\n - supported configurations\n - how vendors works\n- Add launch script support in `tools/bin`\n- Support Installers:\n - If installer support is needed, include build/dist/insert\n - possibly generate logo\n - generate insertable license\n\n# Credits #\n\nNative Project Standards by Michael Labbe\nCopyright (C) 2016-2017 Frogtoss Games, Inc.\n[@frogtoss](https://www.twitter.com/frogtoss)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmlabbe%2Fcookiecutter-nativeprojectstandards","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmlabbe%2Fcookiecutter-nativeprojectstandards","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmlabbe%2Fcookiecutter-nativeprojectstandards/lists"}