service-template
v1.0.1-beta.1
Published
service-template
Readme
Service-template
package are being published to npm
npm pkg fix
npm login
npm publishFeatures
- ship with sdk and cli usage
- clone repo support
- copy template folder support
- run custom command support
Usage
With pnpm:
run the executable
pnpx service-templateor just add it your script
"scripts": {
"create-service": "service-template"
}# run the script
pnpm create-service// service.config.ts
import { defineConfig } from 'service-template'
export default defineConfig({
// ...options
})