2.0.0 • Published 6 years ago

@assist-software/bladesave v2.0.0

Weekly downloads
36
License
GPL-3.0
Repository
bitbucket
Last release
6 years ago

Blade save native app

Initial-setup

  • Install nodejs 8 or greater
  • Clone the project
  • npm install
  • npm link
  • Run: bladesave run -O C:\Users\bladesave\output -S "secret key" >> cloud-prod.log 2>&1
  • Or: bladesave run -O C:\Users\bladesave\output -S "secret key" to see the logs in the console instead of sending them to a file

Development

  • Make changes to the codebase
  • Run: npm link to build and point the symlink to the current version
  • Use the CLI as described at README.md#Initial-setup

Release

  • Make sure you have a _authToken with write privilege in the .npmrc file(See: README.md#Production)
  • Run: npm run release
  • Follow the steps

Production

//registry.npmjs.org/:_authToken=<NPM_TOKEN_FROM_ASSIST>
scope=assist-software
@assist-software:registry=https://registry.npmjs.org/
  • Run: npm i -g @assist-software/bladesave to install the CLI program
  • Help: bladesave run -h
  • Start the program: bladesave run -O C:\Users\bladesave\output -S "secret key"
2.0.0

6 years ago

1.2.0

6 years ago

1.0.3

6 years ago

1.0.2

6 years ago

1.0.1

6 years ago

1.0.0

6 years ago

0.1.6

7 years ago

0.1.5

7 years ago

0.1.4

7 years ago

0.1.3

7 years ago

0.1.2

7 years ago