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/cpp.py
nxstart/filebuilder/generic.py
nxstart/filebuilder/js.py
nxstart/templates/CMakeLists.txt
nxstart/templates/README.md
nxstart/templates/cpp/.editorconfig
nxstart/templates/cpp/.gitignore
nxstart/templates/cpp/Makefile
nxstart/templates/cpp/icon.jpg
nxstart/templates/cpp/data/README.txt
nxstart/templates/cpp/include/README.txt
nxstart/templates/cpp/source/main.cpp
nxstart/templates/js/.editorconfig
nxstart/templates/js/HOW-TO-RUN.txt
nxstart/templates/js/index.js
nxstart/templates/js/assets/README.txt
nxstart/tests/__init__.py
nxstart/tests/base.py
nxstart/tests/test_cpp.py
nxstart/utils/__init__.py
nxstart/utils/files.py
nxstart/utils/strings.py