Code Monkey home page Code Monkey logo

Comments (4)

milo-minderbinder avatar milo-minderbinder commented on May 19, 2024

hi @IamGabrielWu, thanks for your interest in the project. You can definitely use absolute or relative paths like you're describing, you just need to change you includeurl directives to include since you're trying to load the files from the local filesystem, and not from a remote URL.

e.g.:

@startuml

!define AWSPUML /Users/gwu/gitspace/AWS-PlantUML/dist

!include AWSPUML/common.puml
!include AWSPUML/ApplicationServices/AmazonAPIGateway/AmazonAPIGateway.puml
!include AWSPUML/Compute/AWSLambda/AWSLambda.puml
!include AWSPUML/Compute/AWSLambda/LambdaFunction/LambdaFunction.puml
!include AWSPUML/Database/AmazonDynamoDB/AmazonDynamoDB.puml
!include AWSPUML/Database/AmazonDynamoDB/table/table.puml
!include AWSPUML/General/AWScloud/AWScloud.puml
!include AWSPUML/General/client/client.puml
!include AWSPUML/General/user/user.puml
!include AWSPUML/SDKs/JavaScript/JavaScript.puml
!include AWSPUML/Storage/AmazonS3/AmazonS3.puml
!include AWSPUML/Storage/AmazonS3/bucket/bucket.puml

It's also worth noting that AWS-PlantUML is now part of the stdlib and comes bundled with PlantUML in recent release (see info here, so if you don't need to generate your own custom macros and sprites using the puml.py script, that may be an even easier option :-)

from aws-plantuml.

ishallbethat avatar ishallbethat commented on May 19, 2024

@milo-minderbinder yep this is really awesome project i like it. And the stdlib, can i generate my own icons with it ? for example, i need to create a jenkins icon and is it feasible to use stdlib ?

from aws-plantuml.

milo-minderbinder avatar milo-minderbinder commented on May 19, 2024

Nope - you can only generate your own icon set if you clone this project and run the puml.py script yourself to generate the sprites & macros using your custom images (for jenkins, in your example). The stdlib only includes the pre-generated puml files that I create (basically, it just includes the contents of this project's dist directory, along with the dist of a couple similar projects).

from aws-plantuml.

milo-minderbinder avatar milo-minderbinder commented on May 19, 2024

closed the issue since that answered your original question, but feel free to message me with other questions.

from aws-plantuml.

Related Issues (12)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.