1.0.19-upload-assets-to-subaccounts.1 • Published 4 years ago

xdn-framework-detector v1.0.19-upload-assets-to-subaccounts.1

Weekly downloads
-
License
MIT
Repository
-
Last release
4 years ago

xdn-framework-detector

Detects the framework that a project is using by analyzing its dependencies.

Adding frameworks

To add a framework, first add an entry to src/frameworks.js:

{
  name: 'Next.js', // the name of the framework - will be displayed to the user in the CLI output
  builder: 'xdn-next', // the xdn-* package used to build apps with that framework for the XDN
  command: 'xdn-next-build', // the bin command in the above package that needs to be run to build the app for deployment on the XDN
  dependency: 'next', // If this package is installed, we know we're using this framework
}
1.0.17

4 years ago

1.0.16

4 years ago

1.0.15

4 years ago

1.0.13

4 years ago

1.0.9

4 years ago

1.0.11

4 years ago

1.0.10

4 years ago

1.0.12

4 years ago

1.0.8

4 years ago

1.0.7

4 years ago

1.0.6-alpha.0

4 years ago

1.0.6

4 years ago

1.0.5-alpha.8

4 years ago

1.0.5-alpha.6

4 years ago

1.0.5-alpha.7

4 years ago

1.0.5-alpha.4

4 years ago

1.0.5-alpha.3

4 years ago

1.0.5-alpha.5

4 years ago

1.0.5-alpha.2

4 years ago

1.0.5-alpha.0

4 years ago

1.0.5-alpha.1

4 years ago

1.0.4

4 years ago

1.0.3

4 years ago

1.0.2

4 years ago

1.0.0

4 years ago

0.11.7

4 years ago

0.11.6-HEAD.0

4 years ago

0.11.5

4 years ago

0.11.6

4 years ago

0.11.5-HEAD.0

4 years ago

0.11.4

4 years ago

0.11.4-HEAD.0

4 years ago

0.11.1

4 years ago

0.11.1-alpha.0

4 years ago

0.11.0

4 years ago

0.10.0-alpha.0

4 years ago