1.2.6 • Published 1 year ago

ccmtypes v1.2.6

Weekly downloads
-
License
-
Repository
-
Last release
1 year ago

Boilerplate for an npm package.

To publish to npm registery:

  • npm run build
  • Make sure to change the version in package.json
  • npm login
  • npm publish

To install from git repository:

  • Make sure to keep the dist folder and to not add it to gitignore. It's the most important one. It's where the code lies.
  • Add the following dependency to the package.json: "nameOfThePackage": "git+git@github.com:FinalVossler/Node-Micro-Bundle.git#master" or "nameOfThePackage": "git+https://github.com/FinalVossler/Node-Micro-Bundle.git#master"
  • npm install

Good to know:

  • I had to add this line in package.json for the types to be visible in another typescript project "types": "dist/index.d.ts",
1.2.6

1 year ago

1.2.5

1 year ago

1.2.4

1 year ago

1.0.9

1 year ago

1.0.8

1 year ago

1.0.7

1 year ago

1.2.3

1 year ago

1.2.2

1 year ago

1.2.1

1 year ago

1.0.6

1 year ago

1.0.5

1 year ago

1.0.4

1 year ago

1.0.3

1 year ago

1.0.2

1 year ago

1.0.1

1 year ago

1.0.0

1 year ago