worklog-cli-mac
v1.0.0
Published
A CLI tool for managing worklogs on Mac
Maintainers
Readme
Worklog CLI
A command-line interface for managing worklogs.
Prerequisites
- Node.js (v14 or later)
- npm (v6 or later)
Installation
- Clone this repository
- Install dependencies:
npm install - Copy
.env.exampleto.envand update with your configuration - Place your
credentials.jsonfile in the project root
Building the Project
To create a production build with minified and obfuscated code:
npm run buildThis will create a dist directory containing the bundled and minified code.
Usage
Development
npm start -- [command]Production (after build)
node dist/bundle.js [command]Or if installed globally:
worklog [command]Distribution
To share your project, you can distribute the following files:
dist/- Contains the bundled and minified codecredentials.json- Required for authentication.env- Environment configuration
Security Note
- Keep your
credentials.jsonand.envfiles secure and never commit them to version control. - The build process minifies and obfuscates the code, but sensitive information should still be kept in environment variables.
License
ISC
