Releases: roedesh/nxstart
Releases · roedesh/nxstart
Removed unnecessary README files
Click dependency updated
- Updated
Click
to version7.0
1.1.0 - BrewJS 1.0 support
- BrewJS template now includes a
package.json
- Renamed BrewJS
index.js
toSource.js
, and updated it's contents
1.0.3 - Optimizations
- Removed unnecessary linking in the
CMakeLists.txt
of thelibt
template - Updated the prompts used in the commands
- Added some fancy ASCII art ^^
- Added some more classifiers to the setup.py file
- Added
.nro
to the.gitignore
file in thelibnx
andlibt
templates - Fixed some code documenting
1.0.2 - Test improvements
Non-CLI tests that use the filesystem now properly make use of tmpdir
provided by pytest
, so that files and folders generated during tests are properly deleted.
Release 1.0.0
Version 1.0.0 released!
- Commands for generating a
libnx
,libtransistor
,BrewJS
orPyNX
project - Different README files per project type, which include instructions on how to run the app
- Tests now cover 99% of the code
Better README files and libt bugfix
- Fixed a bug where the
libt
command would actually runlibnx
- Added a different
README.md
file for each project type, with instructions on how to run the application - Some code refactoring
Added libtransistor support
- Added the
libt
command for creating alibtransistor
project - Added
libtransistor
template - Added
.gitignore
to the BrewJS and PyNX templates - Added more tests
- Updated both README files
Added PyNX support
- Added
pynx
command for creating a PyNX project - Changed the
cpp
andjs
commands tolibnx
andbrewjs
, so they better reflect their library
Added tests + js .gitignore file
Added pytest
tests for the cpp
and js
commands.
Also added a .gitignore
file to the js
template.