MANIFEST.in
README.md
README.rst
setup.py
nxstart/__init__.py
nxstart/app.py
nxstart/cli.py
nxstart/version.py
nxstart.egg-info/PKG-INFO
nxstart.egg-info/SOURCES.txt
nxstart.egg-info/dependency_links.txt
nxstart.egg-info/entry_points.txt
nxstart.egg-info/requires.txt
nxstart.egg-info/top_level.txt
nxstart/filebuilder/__init__.py
nxstart/filebuilder/brewjs.py
nxstart/filebuilder/generic.py
nxstart/filebuilder/libnx.py
nxstart/filebuilder/libt.py
nxstart/filebuilder/pynx.py
nxstart/templates/brewjs/.editorconfig
nxstart/templates/brewjs/.gitignore
nxstart/templates/brewjs/README.md
nxstart/templates/brewjs/index.js
nxstart/templates/brewjs/assets/README.txt
nxstart/templates/libnx/.editorconfig
nxstart/templates/libnx/.gitignore
nxstart/templates/libnx/CMakeLists.txt
nxstart/templates/libnx/Makefile
nxstart/templates/libnx/README.md
nxstart/templates/libnx/icon.jpg
nxstart/templates/libnx/data/README.txt
nxstart/templates/libnx/include/README.txt
nxstart/templates/libnx/source/main.cpp
nxstart/templates/libt/.editorconfig
nxstart/templates/libt/.gitignore
nxstart/templates/libt/CMakeLists.txt
nxstart/templates/libt/Makefile
nxstart/templates/libt/README.md
nxstart/templates/libt/icon.jpg
nxstart/templates/libt/main.c
nxstart/templates/pynx/.editorconfig
nxstart/templates/pynx/.gitignore
nxstart/templates/pynx/README.md
nxstart/templates/pynx/main.py
nxstart/tests/__init__.py
nxstart/tests/test_cli_brewjs.py
nxstart/tests/test_cli_libnx.py
nxstart/tests/test_cli_libt.py
nxstart/tests/test_cli_pynx.py
nxstart/tests/test_utils_files.py
nxstart/tests/test_utils_strings.py
nxstart/utils/__init__.py
nxstart/utils/files.py
nxstart/utils/strings.py