Skip to content

Releases: roedesh/nxstart

Removed unnecessary README files

02 Dec 13:18
ad1470a
Compare
Choose a tag to compare
  • Removed README.txt file from the assets folder in the BrewJS template, and from the data and includes folder in the libnx template, as they are not necessary.
  • Code formatting

Click dependency updated

02 Oct 13:50
Compare
Choose a tag to compare
  • Updated Click to version 7.0

1.1.0 - BrewJS 1.0 support

03 Jul 18:38
781000e
Compare
Choose a tag to compare
  • BrewJS template now includes a package.json
  • Renamed BrewJS index.js to Source.js, and updated it's contents

1.0.3 - Optimizations

29 Jun 17:58
0d19ab9
Compare
Choose a tag to compare
  • Removed unnecessary linking in the CMakeLists.txt of the libt 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 the libnx and libt templates
  • Fixed some code documenting

1.0.2 - Test improvements

27 Jun 19:03
6cc38df
Compare
Choose a tag to compare

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

23 Jun 01:16
aa6fdb2
Compare
Choose a tag to compare

Version 1.0.0 released!

  • Commands for generating a libnx, libtransistor, BrewJS or PyNX 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

22 Jun 18:24
3f73ccd
Compare
Choose a tag to compare
Pre-release
  • Fixed a bug where the libt command would actually run libnx
  • Added a different README.md file for each project type, with instructions on how to run the application
  • Some code refactoring

Added libtransistor support

21 Jun 21:35
c7eaeec
Compare
Choose a tag to compare
Pre-release
  • Added the libt command for creating a libtransistor project
  • Added libtransistor template
  • Added .gitignore to the BrewJS and PyNX templates
  • Added more tests
  • Updated both README files

Added PyNX support

21 Jun 14:14
c66a048
Compare
Choose a tag to compare
Added PyNX support Pre-release
Pre-release
  • Added pynx command for creating a PyNX project
  • Changed the cpp and js commands to libnx and brewjs, so they better reflect their library

Added tests + js .gitignore file

20 Jun 18:32
Compare
Choose a tag to compare
Pre-release

Added pytest tests for the cpp and js commands.
Also added a .gitignore file to the js template.