Skip to content
/ noby Public

The next next generation of the NoBuild/Nob idea.

License

Notifications You must be signed in to change notification settings

Kapendev/noby

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Noby

The next next generation of the NoBuild/Nob idea.

NoBuild/Nob Idea

The idea is that you should not need anything but a D compiler to build a D project. No DUB, no Make, no Shell etc. Only D compiler. So with the D compiler you bootstrap your build system and then you use the build system to build everything else.

Getting Started

  1. Copy the noby.d file into your project.
  2. Replace the content of the main function with your own code.

Then, run the script with:

dmd -run noby.d

Using Noby With Dub

To create a local noby.d file, run:

dub run noby:init

About

The next next generation of the NoBuild/Nob idea.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages