Skip to content

Releases: ByteOtter/nester

Urgent fix v0.1.2

12 May 15:50
Compare
Choose a tag to compare
Urgent fix v0.1.2 Pre-release
Pre-release

The templates for c, c#, c++ and java were broken and wouldn't have generated the desired structure.
This is fixed now.

v0.1.1

11 May 08:27
Compare
Choose a tag to compare
v0.1.1 Pre-release
Pre-release
fix packaging workflow

Initial release

11 May 07:57
Compare
Choose a tag to compare
Initial release Pre-release
Pre-release

Nester's CLI Mode is now fully functional and ready to be used! 🥳

You can install it using pip. Simply run pip install nester-struct.

Usage

This mode will be the default and how Nester is supposed to be used.

Simply call nester, hand it the operation and the language you want and whether you want to initialize a git repository alongside it. Done!

nester <OPERATION> <OPTIONAL -git FLAG> <LANGUAGE> <PROJECT_NAME>

The following operations will be available:

Operation Flags Argument Argument Effect
create -g/--git Language Projectname Creates the project structure for the selected lanugage in the current directory. IF -git is set it will also call git init in this directory
validate n/A Language Projectname Checks the current directory and its sub-directories if it corresponds to the schema provided for the language
clean -y/--yes Projectname n/A Deletes the content of the specified project