@assist-software/bladesave

Bladesave native app

Usage no npm install needed!

<script type="module">
  import assistSoftwareBladesave from 'https://cdn.skypack.dev/@assist-software/bladesave';
</script>

README

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"