Skip to content

Latest commit

 

History

History
20 lines (17 loc) · 269 Bytes

README.md

File metadata and controls

20 lines (17 loc) · 269 Bytes

To create a folder for a year Y and day N:

npm run create -- Y D

To start run dayN/script.js on save:

npm run watch -- Y D

To init rust

cargo init --bin
cargo install cargo-watch

To watch with rust:

cargo watch -x run -c