CodeSmithy is an IDE in very early stages of development. It is currently only really useful to me for my own projects.
This repository contains the project documentation.
-
Bootstrap: The scripts to build the CodeSmithy IDE from scratch.
-
BuildFiles: code to read and update build files.
-
BuildToolchains: code to compile and link code using different toolchains.
-
CodeSmithy: The code for the IDE.
-
ContentPlatform: the CodeSmithy content platform.
-
DebianRepositoryTools: tools to manage Debian repositories.
-
Doxygen: tools to work with Doxygen.
-
PackageToolchains: code to create installation packages.
-
UMLWebWidget: A jQuery widget to display UML diagrams.
-
VersionControl: code to interact with version control systems.
The following build order can be used to build the projects from scratch:
- build-toolchains
- build-files
- version-control
- package-toolchains
- debian-repository-tools
- codesmithy/core
- codesmithy/cli
None.
Copyright (c) 2015-2024 Xavier Leclercq
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.