Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add initializer script #23

Open
rubensworks opened this issue Jul 15, 2020 · 0 comments
Open

Add initializer script #23

rubensworks opened this issue Jul 15, 2020 · 0 comments
Labels
enhancement New feature or request

Comments

@rubensworks
Copy link
Member

When people start using this tool and Components.js, they should be able to initialize all the required base files.
Concretely, the following should be done:

  • Add entries to package.json:
"lsd:module": "https://linkedsoftwaredependencies.org/bundles/npm/@solid/community-server",
  "lsd:components": "components/components.jsonld",
  "lsd:contexts": {
    "https://linkedsoftwaredependencies.org/bundles/npm/@solid/community-server/^1.0.0/components/context.jsonld": "components/context.jsonld"
  },
  "lsd:importPaths": {
    "https://linkedsoftwaredependencies.org/bundles/npm/@solid/community-server/^1.0.0/components/": "components/",
    "https://linkedsoftwaredependencies.org/bundles/npm/@solid/community-server/^1.0.0/config/": "config/"
  },
  • Initialize empty folders and files:
components/context.jsonld
components/components.jsonld
config/
@rubensworks rubensworks added the enhancement New feature or request label Jul 15, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant