Create scully files with ng add

Scully provides a schematic for creating and modifying an existing Angular project.

This schematic, creates and runs everything your angular app needs to support Scully.

For Angular cli workspaces:

ng add @scully/init

For Angular NX project:

ng add @scully/init --project=<PROJECT-NAME>

For vanilla NX project:

npm install @scullyio/init
nx g @scullyio/init:install -- --project=<projectName>