NextLibrary is an purpose built library for Nxium Development, containing essential code blocks to be able to run projects easily. Those code blocks include:
- Log File Generation (Used for generating log files)
- Automatic Package Updater (Allows for updating the project automatically across users, not for the library)
- Project Template Generator (Allows dor automatic template generation, based on different settings)
- Package Debugger (Creates a copy of the debug file, and creates a user function to place into the debug file ...)
- Useful code documentation (Have code yemplates, ready to use functions with code documentation)
- Console Commands Function (Allows for easily console command creation and handling) These useful features, along with NextLibrary's documentation Allows for easy project creations for Nxium Development Members.
You can create a new npm project with npm init and then run npm install nextlibrary-unofficial in the project directory.
After that you can start using NextLibrary in your project. For an documentation on NextLibrary, write require('nextlibrary-unofficial') in your main index file and run node . to create the examples folder!