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 |