Starterpack (via NPX)
├── create-spec-up-t-starterpack.js
├── messages.js
├── package.spec-up-t.json
└── start.js
create-spec-up-t-starterpack.js
This script is called via NPX and starts the installation process. What it does:
- Handle file system operations (create the target directory etc.)
- Initialize Git
- Initialize npm
- copy
package.spec-up-t.json
to the target directory - rename to
package.json
- install the
spec-up-t
npm package
- copy
- Hand over to
install.js
in the now availablespec-up-t
package.
messages.js
Contains messages intended for feedback to the user.
start.js
Work in progress: GitHub Action Workflow.