I not found it on boss. Please create it:
- boss new <package_name>
- boss n <package_name>
or
- boss create <package_name>
- boss c <package_name>
Thank's your excelent job.
All command line clients of the main languages have one or more calls to create new projects, examples:
AngularJS
- ng new <name> [options]
- ng n <name> [options]
Vue
NestJS
- nest new <my-nest-project>
- nest n <my-nest-project>
I not found it on boss. Please create it:
or
Thank's your excelent job.
All command line clients of the main languages have one or more calls to create new projects, examples:
AngularJS
Vue
NestJS