- BrewJS template now includes a `package.json` - Renamed BrewJS `index.js` to `Source.js`, and updated it's contents
1.0.3
- 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
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.
1.0.0
- 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
0.5.0
- 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