Skip to content
This repository has been archived by the owner on Sep 9, 2021. It is now read-only.

Reorganize file structure using commandDir for yargs #72

Merged
merged 27 commits into from
Jan 26, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
27 commits
Select commit Hold shift + click to select a range
a1baec6
setup base file structure
Jan 23, 2021
6279287
reorganized command file structure
Jan 23, 2021
1d1a723
removed snaps-cli.js
Jan 23, 2021
54e94d1
rebase main and changed files in package.json
Jan 23, 2021
c953196
move from myapp to src folder
Jan 25, 2021
4fef22e
delete commands from myapp folder
Jan 25, 2021
623210a
update imports
Jan 25, 2021
a19a628
move misc to utils
Jan 25, 2021
4bb41f0
update imports for utils
Jan 25, 2021
e4fd725
change command hierarchy part 1
Jan 25, 2021
a43a2ac
migrate command hierarchy part 2
Jan 25, 2021
84e1859
update package.json
Jan 25, 2021
580de61
Import syntax fixup, remove unnecessary shebangs and lint rule comments
rekmarks Jan 25, 2021
892e771
Merge branch 'main' into reorganize
rekmarks Jan 25, 2021
cdaefae
more command reorganization
Jan 26, 2021
a7a4a08
resolve path in buildexamples
Jan 26, 2021
6824163
Fixup, move/rename some files
rekmarks Jan 26, 2021
e788ebf
Remove erroneous module.exports assignments
rekmarks Jan 26, 2021
56b8c06
Make builders a default export
rekmarks Jan 26, 2021
59fc1f2
Remove some backwards compatibility cruft
rekmarks Jan 26, 2021
48b0b48
Fix buildExamples, reinstall identicon example
rekmarks Jan 26, 2021
f3348d6
Move generateInitTemplate.js
rekmarks Jan 26, 2021
60c4f62
Fix handler imports
rekmarks Jan 26, 2021
3fe3c6b
Format fixup
rekmarks Jan 26, 2021
a866495
fixup! Format fixup
rekmarks Jan 26, 2021
43e3212
Remove identicon example
rekmarks Jan 26, 2021
e5ebf9e
Minor touchup, lint config fixup
rekmarks Jan 26, 2021
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ module.exports = {
overrides: [
{
files: [
'snaps-cli.js',
'src/**/*.js',
],
env: {
Expand Down
4 changes: 0 additions & 4 deletions examples/identicon/README.md

This file was deleted.

50 changes: 0 additions & 50 deletions examples/identicon/index.html

This file was deleted.

8 changes: 0 additions & 8 deletions examples/identicon/index.js

This file was deleted.

6 changes: 0 additions & 6 deletions examples/identicon/mm-plugin.config.json

This file was deleted.

25 changes: 0 additions & 25 deletions examples/identicon/package.json

This file was deleted.

40 changes: 0 additions & 40 deletions examples/identicon/script.js

This file was deleted.

10 changes: 0 additions & 10 deletions examples/identicon/style.css

This file was deleted.

Loading