1.7.0 • Published 4 years ago

@xdn/framework-detector v1.7.0

Weekly downloads
1
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.7.0

4 years ago

1.6.0

4 years ago

1.6.0-alpha.5

4 years ago

1.6.0-alpha.7

4 years ago

1.6.0-alpha.4

4 years ago

1.5.2

4 years ago

1.6.0-alpha.1

4 years ago

1.6.0-alpha.0

4 years ago

1.6.0-alpha.3

4 years ago

1.6.0-alpha.2

4 years ago

1.5.0

4 years ago

1.4.1

4 years ago

1.4.0

4 years ago

1.3.0

4 years ago

1.2.6

4 years ago

1.2.4

4 years ago

1.2.3

4 years ago

1.2.2

4 years ago

1.2.1

4 years ago

1.2.0

4 years ago

1.1.7

4 years ago

1.2.0-alpha.0

4 years ago

1.1.6

4 years ago

1.1.5

4 years ago

1.1.3

4 years ago

1.1.2

4 years ago

1.1.1

4 years ago

1.1.0

4 years ago