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/pynx.py
nxstart/templates/README.md
nxstart/templates/brewjs/.editorconfig
nxstart/templates/brewjs/.gitignore
nxstart/templates/brewjs/HOW-TO-RUN.txt
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/icon.jpg
nxstart/templates/libnx/data/README.txt
nxstart/templates/libnx/include/README.txt
nxstart/templates/libnx/source/main.cpp
nxstart/templates/pynx/.editorconfig
nxstart/templates/pynx/main.py
nxstart/tests/__init__.py
nxstart/tests/test_brewjs.py
nxstart/tests/test_libnx.py
nxstart/tests/test_pynx.py
nxstart/tests/test_utils_strings.py
nxstart/utils/__init__.py
nxstart/utils/files.py
nxstart/utils/strings.py