Skip to content

Project format proposal #4

@virustotalop

Description

@virustotalop

We are going to build off the work of npm and how they handle package specification. When a project is found ObbyLang will search for a package file with either the yml, json or conf extension. Package files will need to specify the name and version like a node package, for example

{
  "name": "my-awesome-package",
  "version": "1.0.0"
}

Code will be bootstrapped through the index.js of the package and require will need to be implemented so the index can bootstrap the whole project.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions