Skip to content

shailen/cookbook

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Dart Cookbook

This project contains the source and code for the Dart Cookbook

Project Structure

README.md:

This file.

AUTHORS:

The names of the authors of the recipes.

recipes/:

The recipes, organized by subject (strings, HTML5, etc.). Inside each subfoler, the recipes are presented as complete Dart applications.

src/:

The source of the book stored in a single file, index.md. Code snippets extracted from the recipes are designated by calls to MERGE(name_of_snippet) in this file. doc_code_merge is used to generate a new directory with the snippets filled out with real code. Usage: doc_code_merge src/ recipes/ book/

You can read more about doc_code_merge at https://github.com/dart-lang/doc-code-merge/

book/

index.md and /index.html contain the readable source of the book.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages