This repository has been archived by the owner on Jan 5, 2022. It is now read-only.
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Use nest cli to generate a scaffold * Move package-json modification to separate file * Allow verbose logging with npm output * Rename and move test files and config * Remove unnecessary scaffold enhancement * Add subfolders in s4hana_pipeline * Adjust package to use cli-action if not verbose * Put correct build and package command for nest scaffold * Update dependencies + use local nestCLI if available * Fix test * Fix typo * Supply projectDir via arg or flag * Update readme * Avoid passing stderr by using cli-ux.error * Fix arg based projectDir + QoL improvements * Encourage users to set port to process.env.PORT * Modify port after scaffold is added * Rename and optimize parsePackageJson function * Don't ask if frontend scripts should be added * Improve output consistency * Use listr where applicable * Fix --force handling and related tests * Update README * Add @sap-cloud-sdk/cli as dev dependency when running init * Improve UX according to feedback * Incorporate PR feedback * Improve naming and error messages * Fix formatting * Move functions to utils files for cleaner init command * Fix test * Rename variable
- Loading branch information