-
-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
34 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
# Core modules | ||
|
||
These are functions that only consume either the Culori API or use the `fp` module. These modules are used throughout the codebase with other utilities to manipulate colors for different use cases. | ||
|
||
|
||
<!-- This is an internal memento for myself --> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
# Todo | ||
|
||
Add workflows for: | ||
|
||
- Posting to Twitter channel | ||
- Posting to discord channel | ||
- Deploying website whenever any file in this dir is modified | ||
- Workflow for synchronising wiki | ||
|
||
## Wiki | ||
|
||
The wiki will contain info about how each function is designed in relation to the supported color formats. | ||
|
||
## `examples/` | ||
|
||
For every module they'll be a complimentary `.md` or `.mdx` file with comprehensive examples. This allows us to link to An examples page for every module we document | ||
|
||
## Module bootstrapping script | ||
|
||
For every new module in the `./src` directory: | ||
|
||
- Create example md file | ||
- Create the js module | ||
- Add them to git | ||
|
||
## Blog progress each day, its your website mann | ||
|
||
Create a GitHub App for xml-wizard |