modular-template-source
v2.0.0
Published
This is a [Modular Source package](https://modular.js.org/package-types/source)
Downloads
2
Readme
PackageName__
This is a Modular Source package
Build
Source packages cannot be built; the
build
command will ignore them
without throwing an error, to allow for selective builds to still succeed if
their dependency graph contains one or more source
packages.
Start
Source package cannot be started; attempting to do so will cause Modular to throw an error.
Entry-point
Source packages are imported from their source files directly, so they don't have the concept of "entry-point".
Template
Sources are generated by modular add
using the
modular-template-source
template.