GithubHelp home page GithubHelp logo

goofy's Introduction

Goofy

Goofy是一个为Qmm-lang编程语言设计的包管理和构建工具.

安装

由于Goofy的开发尚未完成, 因此我们暂时无法提供二进制文件。但是你可以通过源码来安装Goofy. 使用源码构建, 你需要确保你的环境中包含必要的依赖和工具:

  • Cargo
  • LLVM10

进入项目目录, 使用 cargo build --release构建Goofy.
构建完成后, 你可以在target/release目录下找到Goofy的可执行文件. 之后根据你的需要将Goofy的可执行文件添加到你的环境变量中.

例如: 在Ubuntu系统中, 在~/.bashrc文件中添加export PATH=$PATH:/path/to/Goofy/target/release, 保存并退出.
使用source ~/.bashrc使修改生效.

现在在任意目录使用Goofy --version验证安装成功 或者 Goofy --help查看帮助信息.

使用

开始使用Goofy之前, 你需要确保你的环境中已经包含了llvmclang.

Goofy提供了一些子命令来帮助你管理你的项目:

  • new [project_name]: 使用这个子命令来创建一个新的项目, 你需要将[project_name]替换为你的项目名称。

  • build: 使用这个子命令来构建你的项目. 这将会编译你的代码, 并生成一个可执行文件.

  • run: 使用这个子命令来运行你的项目, 这将会启动你的应用程序.

以下是一些示例:

创建一个新的项目:

Goofy new my_qmm_project

构建你的项目:

Goofy build

运行你的项目:

Goofy run

goofy's People

Contributors

miaomiaowu0428 avatar

Stargazers

 avatar

Watchers

 avatar

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.