typedoc-plugin-internal-external
Version:
Force a File or Reflection (symbol) to be @internal or @external
10 lines (7 loc) • 340 B
JavaScript
var pkg = require('./package.json');
var ver = pkg.version;
console.log('Run these commands to publish:\n\n');
console.log('npm run build && git status\n\n');
console.log("git commit -m 'publishing " + ver + "' . && git push\n\n");
console.log('git tag ' + ver + ' && git push origin ' + ver + ' && npm publish\n\n');