sasjs create¶
To create a new project, run: sasjs create mynewproject
To install in an existing project, change into that directory and run: sasjs create
(without arguments). This will create a sas
folder inside the directory, and - if a package.json file exists - the @sasjs/core dependency will be added.
An additional option can be specified to create a web app from a template, eg: sasjs create my-sas-project --template react
. The --template
alias can be shortened to -t
(not to be confused with the -t
target shortcut used in many other sasjs commands).
The following templates are available: