55 lines
No EOL
1.9 KiB
Markdown
55 lines
No EOL
1.9 KiB
Markdown
#  NCC
|
|
|
|
Nosial Code Compiler is a program written in PHP designed to be a multi-purpose compiler, package manager and toolkit.
|
|
This program is a complete re-write of the now defunct [PHP Package Manager (PPM)](https://git.n64.cc/intellivoid/ppm)
|
|
toolkit offering more features, security and proper code licensing and copyrighting for the components used for the project.
|
|
|
|
### Alpha Stage
|
|
|
|
NCC is currently in alpha stage, meaning that it's not fully functional and may not work on your system. If you find any bugs
|
|
or issues please report them to the [GitHub Issue Tracker](https://git.n64.cc/intellivoid/ncc/issues).
|
|
|
|
At the moment NCC is currently being used while developing other software, this serves as a test run to
|
|
improve on changes for the next version.
|
|
|
|
### Version History
|
|
|
|
- 1.0.0 Alpha - Initial release ([changelog](changelog/v1.0.0_alpha.md))
|
|
|
|
|
|
## Authors
|
|
|
|
- Zi Xing Narrakas (netkas) <[netkas@n64.cc](mailto:netkas@64.cc)>
|
|
|
|
|
|
## Special Thanks
|
|
|
|
- Marc Gutt (mgutt) <[marc@gutt.it](mailto:marc@gutt.it)>
|
|
- Debusschère Alexandre ([debuss](https://github.com/debuss))
|
|
|
|
|
|
## Copyright
|
|
|
|
- Copyright (c) 2022-2022, Nosial - All Rights Reserved
|
|
|
|
|
|
## Contributing
|
|
|
|
We welcome contributions to NCC! If you have an idea for how to improve the project, please don't hesitate to reach out.
|
|
There are many ways to contribute, and we appreciate all forms of support.
|
|
|
|
For more information on how to contribute, please read the [CONTRIBUTING.md](CONTRIBUTING.md) file.
|
|
|
|
|
|
## Code of Conduct
|
|
|
|
We are committed to maintaining a welcoming and inclusive environment for all contributors. Please read and follow our
|
|
[Code of Conduct](CODE_OF_CONDUCT.md).
|
|
|
|
|
|
# Licenses
|
|
|
|
NCC is licensed under the MIT License, see [LICENSE](LICENSE) for more information.
|
|
|
|
Multiple licenses for the open source components used in this
|
|
project can be found at [LICENSE](LICENSES) |