KO
|
EN
gitlite — search
Search
#javascript
#python
#hacktoberfest
#react
#ai
#typescript
#llm
#go
#golang
#android
#machine-learning
#rust
#deep-learning
#linux
wdlk
★ 10
Open GitHub ↗
@WDLK multi-package repository
Download README (.md)
Explore Similar Repositories
unmatched_maker
:
A deck maker tool for Unmatched
sshish
:
A std::process::Command-like API for running commands via libssh2
node-shitgram
:
A JavaScript library to make requests to Instagram
heluxup
:
heluxup makes it easy to upgrade HelmRelease objects in a flux control respository.
gm_logger
:
A feature-rich and delightfully simple logging library for Garry's Mod
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
wdlk
?
Download (.md)
# @WDLK <!-- markdownlint-disable MD033 --> <div align="center"> <img alt="Woodlike Logo" src="https://cdn.shopify.com/s/files/1/0742/2733/files/wdlk_logo_brand_coral.svg?v=1583499987" width="200"> </div> [](https://github.com/woodlike/wdlk/actions) ## Motivation This is Woodlike's multi-package repository containing the latest JavaScript modules we crafted for our own business operations. At Woodlike we craft swimwear out of ocean recovered fishing nets. We are committed to creating healthy oceans and being part of positive change. Deep in our hearts, we are makers, designers, technologist and believe very much in making our work public for others to use, improve or play around. ### Development Requirements 🚀 Node.js >=10 🌲 Git 🐈 yarn >= 1.12 ### Getting started with development ```sh git clone git@github.com:woodlike/wdlk.git cd wdlk # Install packages yarn ``` ### Commands The list of most important commands to work with the selected workspace. | Commands | Package | Description | | ------------------------ | -------------------- | ------------------------------------------------------ | | `yarn dev` | **@wdlk/\*\*** | Lerna executes the dev command on all the packages | | `yarn build` | **@wdlk/\*\*** | Lerna executes the build command on all the packages | | `yarn lint` | **@wdlk/\*\*** | Lerna executes the lint command on all the packages | | `yarn test` | **@wdlk/\*\*** | Lerna executes the test command on all the packages | | `yarn build:components` | **@wdlk/components** | compile Typescript into JavaScript | | `yarn build:containers` | **@wdlk/containers** | compile Typescript into JavaScript | | `yarn build:theme-query` | **theme-query** | compile Typescript into JavaScript | | `yarn dev:components` | **@wdlk/components** | compile Typescript into JavaScript in watch mode | | `yarn dev:containers` | **@wdlk/containers** | compile Typescript into JavaScript in watch mode | | `yarn lint:components` | **@wdlk/components** | Lint the package according to the Eslint configuration | | `yarn lint:containers` | **@wdlk/containers** | Lint the package according to the Eslint configuration | | `yarn lint:theme-query` | **theme-query** | Lint the package according to the Eslint configuration | | `yarn test:components` | **@wdlk/components** | Run unit tests written with Jest | | `yarn test:containers` | **@wdlk/containers** | Run unit tests written with Jest | | `yarn test:theme-query` | **theme-query** | Run unit tests written with Jest |