Ayo
|
27237f7e9f
|
chore(packages): esm all-the-way
|
2023-10-26 21:38:30 +02:00 |
|
Ayo
|
5f4019cf0f
|
refactor(cli): rename dev command to serve
|
2023-10-26 17:46:27 +02:00 |
|
Ayo
|
ad1714a5e5
|
fix(templates): non-unique custom element class
|
2023-10-26 17:38:52 +02:00 |
|
Ayo
|
a933a3a59d
|
chore: type-check .js files by default
|
2023-10-25 23:59:07 +02:00 |
|
Ayo
|
f135bd22a5
|
chore: add Packages section to readme
|
2023-10-25 23:53:00 +02:00 |
|
Ayo
|
371e9a371c
|
feat: initial packages list
|
2023-10-25 23:45:15 +02:00 |
|
Ayo
|
41a18f5d4a
|
chore(cli): update repository directory info
|
2023-10-25 23:06:23 +02:00 |
|
Ayo
|
1efdfc5b66
|
feat(cli): always use latest web-component-base
|
2023-10-25 22:54:15 +02:00 |
|
Ayo
|
8a2c7e8830
|
chore(cli): bump versions
|
2023-10-25 22:43:48 +02:00 |
|
Ayo
|
c741bdbda9
|
chore(cli): add web-component-base as dependency
|
2023-10-25 22:42:56 +02:00 |
|
Ayo
|
c383ae70fa
|
chore: update commands list for the CLI
|
2023-10-25 22:40:29 +02:00 |
|
Ayo
|
877a45a44f
|
feat(cli): new commands build, prepare, dev
|
2023-10-25 22:34:36 +02:00 |
|
Ayo
|
2be9bfec7f
|
try adding prepare script for site
|
2023-10-25 22:22:10 +02:00 |
|
Ayo
|
d5ec53f1fb
|
fix: site deps
|
2023-10-25 22:21:03 +02:00 |
|
Ayo
|
1bc9e6cca3
|
fix: remove prepare script
|
2023-10-25 22:16:33 +02:00 |
|
Ayo
|
50bfa7526a
|
fix(site): install @mcflyjs/cli
|
2023-10-25 22:13:34 +02:00 |
|
Ayo
|
5170463d0b
|
chore: McFly CLI commands section in readme
|
2023-10-25 22:11:43 +02:00 |
|
Ayo
|
9584c2731c
|
feat(cli): initial commands new and generate
|
2023-10-25 22:00:07 +02:00 |
|
Ayo
|
82d4131b7e
|
feat(create-mcfly): accept project name as argument
|
2023-10-25 21:51:14 +02:00 |
|
Ayo
|
24ffd3f9e2
|
feat(site, templates): add mcfly prepare script
|
2023-10-25 21:50:59 +02:00 |
|
Ayo
|
4ac710ca69
|
feat(cli): initial cli package
|
2023-10-25 21:50:25 +02:00 |
|
Ayo
|
7f1d6ce140
|
feat(create-mcfly): display prompt action progress
|
2023-10-25 09:36:36 +02:00 |
|
Ayo
|
91c25b7865
|
chore(packages): bump versions
|
2023-10-25 07:41:10 +02:00 |
|
Ayo
|
3e1ca3b1a6
|
chore(packages): update packages readme
|
2023-10-25 07:39:02 +02:00 |
|
Ayo
|
d341de9179
|
refactor: strictly type all packages
|
2023-10-24 20:51:32 +02:00 |
|
Ayo
|
e66ce3bbc5
|
refactor(core): strictly type
|
2023-10-24 20:47:26 +02:00 |
|
Ayo
|
0124a9249f
|
fix(create-mcfly): imports not allowed in non-module js
|
2023-10-24 20:03:31 +02:00 |
|
Ayo
|
f1681d2c63
|
refactor(create-mcfly): no importing
|
2023-10-24 20:00:14 +02:00 |
|
Ayo
|
e623808231
|
refactor(create-mcfly): strictly type the script
|
2023-10-24 19:56:59 +02:00 |
|
Ayo
|
6430183a13
|
fix(create-mcfly): name with space causing error
|
2023-10-24 18:55:07 +02:00 |
|
Ayo
|
9188eb0812
|
feat(templates): add back deleted commands section
|
2023-10-24 14:59:29 +02:00 |
|
Ayo
|
5c72285a78
|
feat(templates): add more information in the basic template readme
|
2023-10-24 14:55:17 +02:00 |
|
Ayo
|
4b46f4aaa1
|
chore: update readme section for 'routes/api'
|
2023-10-24 13:19:59 +02:00 |
|
Ayo
|
26c7241790
|
refactor(templates): make .js api example
|
2023-10-24 13:15:46 +02:00 |
|
Ayo
|
2435f34bff
|
feat(templates): add REST API example on basic template
|
2023-10-24 13:13:01 +02:00 |
|
Ayo
|
5386476c85
|
chore(site, templates): remove config files
|
2023-10-24 13:07:59 +02:00 |
|
Ayo
|
c26206ea21
|
feat(create-mcfly): colorize commands
|
2023-10-23 16:13:27 +02:00 |
|
Ayo
|
95a471bf63
|
chore(create-mcfly): patch version
|
2023-10-22 22:24:47 +02:00 |
|
Ayo
|
d04a7ebdcd
|
feat(create-mcfly): default directory; some styles
|
2023-10-22 22:23:54 +02:00 |
|
Ayo
|
1881bcdcf5
|
refactor(create-mcfly): remove unneeded logic
|
2023-10-22 22:04:32 +02:00 |
|
Ayo
|
15be588e0d
|
feat(site,templates): update route info
|
2023-10-22 21:07:03 +02:00 |
|
Ayo
|
0c0d4e84a0
|
feat(create-mcfly): add reminder to install dependencies
|
2023-10-22 20:41:49 +02:00 |
|
Ayo
|
e3b42101a9
|
feat(create-mcfly): even more helpful messages 😱
|
2023-10-22 19:00:43 +02:00 |
|
Ayo
|
5a4722c80e
|
feat(create-mcfly): add more helpful info
|
2023-10-22 18:52:51 +02:00 |
|
Ayo
|
32db426c06
|
fix(templates): remove unneeded css rule
|
2023-10-22 18:13:08 +02:00 |
|
Ayo
|
cd590dcdf8
|
chore(config): patch version
|
2023-10-22 18:08:11 +02:00 |
|
Ayo
|
0c47d3b857
|
fix(config): package files typo
|
2023-10-22 18:05:55 +02:00 |
|
Ayo
|
9f59da48b1
|
chore(packages): add licenses
|
2023-10-22 18:02:08 +02:00 |
|
Ayo
|
5a6ed3c0e4
|
fix(create-mcfly): install deps not awaited
|
2023-10-22 17:53:33 +02:00 |
|
Ayo
|
4613b1bcb8
|
chore(create-mcfly): bump version
|
2023-10-22 17:33:03 +02:00 |
|