File tree Expand file tree Collapse file tree 3 files changed +30
-1
lines changed
Expand file tree Collapse file tree 3 files changed +30
-1
lines changed Original file line number Diff line number Diff line change 55 "@heymp/scratchpad" : " 0.0.10"
66 },
77 "changesets" : [
8+ " blue-bobcats-push" ,
89 " chilled-baboons-battle" ,
910 " chilly-bobcats-reflect" ,
1011 " cool-dingos-provide" ,
Original file line number Diff line number Diff line change 11# @heymp/scratchpad
22
3+ ## 1.0.0-next.15
4+
5+ ### Minor Changes
6+
7+ - 2f0fffb: Add new generate commands
8+
9+ ** Generate document**
10+
11+ Fetch HTML source of url and save it to a local file. This is helpful when using the ` rerouteDocument ` command.
12+
13+ ``` bash
14+ npx @heymp/scratchpad@next generate document https://www.example.com pages
15+ ```
16+
17+ ** Generate login**
18+
19+ Launch a new browser that saves your session so it can be reused.
20+
21+ ``` bash
22+ npx @heymp/scratchpad@next generate login
23+ ```
24+
25+ You can then reuse the session by using the ` login ` option when using the ` run ` command.
26+
27+ ``` bash
28+ npx @heymp/scratchpad@next run --login
29+ ```
30+
331## 1.0.0-next.14
432
533### Minor Changes
Original file line number Diff line number Diff line change 11{
22 "name" : " @heymp/scratchpad" ,
33 "description" : " Run TS/JS snippets in a locally" ,
4- "version" : " 1.0.0-next.14 " ,
4+ "version" : " 1.0.0-next.15 " ,
55 "main" : " src/lib/index.js" ,
66 "module" : " src/lib/index.js" ,
77 "type" : " module" ,
You can’t perform that action at this time.
0 commit comments