@vaporweb/create-service

1.0.2 • Public • Published

Create Service

Create a Node service in one command.

npx @vaporweb/create-service my-service
cd my-service
npm start

or.... with the yarn create command:

yarn create @vaporweb/service my-service
cd my-service
yarn start

or.... with npm init.

npm init @vaporweb/service my-service
cd my-service
npm start

You can also initialize a project with TypeScript

yarn create @vaporweb/service my-service --typescript
cd my-service
yarn start

Readme

Keywords

none

Package Sidebar

Install

npm i @vaporweb/create-service

Weekly Downloads

6

Version

1.0.2

License

MIT

Unpacked Size

20.3 kB

Total Files

23

Last publish

Collaborators

  • jamal~