1.0.14 • Published 4 years ago

sphdomain v1.0.14

Weekly downloads
-
License
ISC
Repository
-
Last release
4 years ago

npm run test npm run test-single

To publish package to npm:

  1. change version
  2. npm run build
  3. npm publish

During development link domain localy:

  1. Remove sphdomain from package.json dependencies
  2. rm node_modules
  3. npm i
  4. npm link ../domain - sphere_web
  5. npm link ../../domain - eth-interface/app

To update domain during dev in target project:

  1. Remove sphdomain from package.json dependencies - sphere_web || eth-interface/app
  2. rm -rf dist
  3. npm run build
  4. npm unlink sphdomain - sphere_web || eth-interface/app
  5. npm link ../domain - sphere_web
  6. npm link ../../domain - eth-interface/app

Using on local dev link this proj as explained here: https://www.tsmean.com/articles/how-to-write-a-typescript-library/local-consumer/

To push new changes to master or staging:

  1. publish package
  2. npm unlink sphdomain - sphere_web & eth-interface/app
  3. npm i sphdomain - sphere_web & eth-interface/app
1.0.14

4 years ago

1.0.13

4 years ago

1.0.11

4 years ago

1.0.12

4 years ago

1.0.9

4 years ago

1.0.10

4 years ago

1.0.8

4 years ago

1.0.7

4 years ago

1.0.6

4 years ago

1.0.5

4 years ago

1.0.4

4 years ago

1.0.3

4 years ago

1.0.2

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago