Big News: Socket raises $60M Series C at a $1B valuation to secure software supply chains for AI-driven development.Announcement
Sign In

idea-optimizer

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

idea-optimizer

Idea Management Software (FMS)

latest
npmnpm
Version
1.0.4
Version published
Maintainers
1
Created
Source

idea-optimizer

Idea Management Software (FMS)

index

source code:

  • library: https://github.com/trabur/idea-optimizer
  • server: https://github.com/trabur/api.istrav.dev
  • clients:

apps:

library tech:

  • TypeScript
  • rxdb.info
  • couchdb.apache.org

install

# https://www.npmjs.com/package/idea-optimizer
npm i idea-optimizer

about

tests:

# 

examples:

# npm run examples:start-idea

istrav-couchdb

We use CouchDB for data persistance.

# on ubuntu 22
sudo snap install couchdb

# https://github.com/apache/couchdb-pkg/blob/main/README-SNAP.md

$ sudo ufw enable
$ sudo ufw allow 5984/tcp
$ sudo ufw reload

versioning

# tag a vew version
$ npm version v1.0.1 --no-git-tag-version

# check everything in
$ git add . && git commit -m "version" && git push

# then check version tag in
$ git tag v1.0.1
$ git push --tags

FAQs

Package last updated on 29 Sep 2022

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts