neon-bindings / neon-rs

The @neon-rs npm org, including the Neon CLI.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

@neon-rs

Experimental packaging and distribution tooling for Neon:

  • @neon-rs/cli: package and distribution CLI
  • @neon-rs/manifest: helper library

Build Workflow of a Neon Project

( Start ) ---- npm run build ----> ( .node ) ---- npm run pack-target ----> ( .tgz ) ---- npm publish ----> [ npm ]
 \ \ \ \ \
  \ \ \ \ +--- npm run cross ----> ( .node ) ---- npm run pack-target ----> ( .tgz ) ---- npm publish ----> [ npm ]
   \ \ \ \
    \ \ \ +--- npm run cross ----> ( .node ) ---- npm run pack-target ----> ( .tgz ) ---- npm publish ----> [ npm ]
     \ \ \
      \ \ +--- npm run cross ----> ( .node ) ---- npm run pack-target ----> ( .tgz ) ---- npm publish ----> [ npm ]
       \ \
        \ +--- npm run cross ----> ( .node ) ---- npm run pack-target ----> ( .tgz ) ---- npm publish ----> [ npm ]
         \
          +--- npm run cross ----> ( .node ) ---- npm run pack-target ----> ( .tgz ) ---- npm publish ----> [ npm ]

About

The @neon-rs npm org, including the Neon CLI.

License:MIT License


Languages

Language:TypeScript 73.1%Language:Rust 13.6%Language:Shell 7.0%Language:JavaScript 5.9%Language:JSONiq 0.3%Language:jq 0.1%