All Projects → apmjs → apmjs

apmjs / apmjs

Licence: MIT license
AMD Package Manager, APM Package Manager

Programming Languages

javascript
184084 projects - #8 most used programming language

Labels

Projects that are alternatives of or similar to apmjs

Ryzen Hackintosh
OpenCore EFI for AMD Ryzen Hackintosh
Stars: ✭ 217 (+843.48%)
Mutual labels:  amd
ZenStates-Linux
Dynamically edit AMD Ryzen processor P-States
Stars: ✭ 52 (+126.09%)
Mutual labels:  amd
miopen-benchmark
benchmarking miopen
Stars: ✭ 17 (-26.09%)
Mutual labels:  amd
Webpack
A bundler for javascript and friends. Packs many modules into a few bundled assets. Code Splitting allows for loading parts of the application on demand. Through "loaders", modules can be CommonJs, AMD, ES6 modules, CSS, Images, JSON, Coffeescript, LESS, ... and your custom stuff.
Stars: ✭ 60,034 (+260917.39%)
Mutual labels:  amd
realcaffe2
The repo is obsolete. Use at your own risk.
Stars: ✭ 12 (-47.83%)
Mutual labels:  amd
RET
ROCm Machine Learning and HPC Stack installer
Stars: ✭ 28 (+21.74%)
Mutual labels:  amd
Awesome Vulkan
Awesome Vulkan ecosystem
Stars: ✭ 2,322 (+9995.65%)
Mutual labels:  amd
rapl-read-ryzen
Quick & dirty hack to read AMD Ryzen rapl counters
Stars: ✭ 47 (+104.35%)
Mutual labels:  amd
Coyote
Framework providing operating system abstractions and a range of shared networking (RDMA, TCP/IP) and memory services to common modern heterogeneous platforms.
Stars: ✭ 80 (+247.83%)
Mutual labels:  amd
xrig
High performance cryptonight miner for AMD cards. Designed for large-scale use of RX Vega.
Stars: ✭ 23 (+0%)
Mutual labels:  amd
TypeScript-AMD-Boilerplate
A TypeScript AMD Grunt Boilerplate with RequireJS
Stars: ✭ 46 (+100%)
Mutual labels:  amd
ryzen smu
A Linux kernel driver that exposes access to the SMU (System Management Unit) for certain AMD Ryzen Processors. Read only mirror of https://gitlab.com/leogx9r/ryzen_smu
Stars: ✭ 57 (+147.83%)
Mutual labels:  amd
ethos-auto-miner
Automatically switch miner to the most profitable algorithm for Ethos.
Stars: ✭ 14 (-39.13%)
Mutual labels:  amd
Zenpower
Zenpower is Linux kernel driver for reading temperature, voltage(SVI2), current(SVI2) and power(SVI2) for AMD Zen family CPUs.
Stars: ✭ 237 (+930.43%)
Mutual labels:  amd
ScanTree
Scan a JS file tree to build an ordered and grouped dependency listing
Stars: ✭ 51 (+121.74%)
Mutual labels:  amd
Srmd Ncnn Vulkan
SRMD super resolution implemented with ncnn library
Stars: ✭ 186 (+708.7%)
Mutual labels:  amd
nix-install-vendor-gl
Ensure that a system-compatible OpenGL driver is available for `nix-shell`-encapsulated programs.
Stars: ✭ 22 (-4.35%)
Mutual labels:  amd
monkey-master
A deno tool for buying hot GPUs in JD, such as RTX3080 rx6800, a thick-skinned orange!
Stars: ✭ 180 (+682.61%)
Mutual labels:  amd
babel-plugin-transform-amd-to-commonjs
✨ Babel plugin that transforms AMD to CommonJS
Stars: ✭ 44 (+91.3%)
Mutual labels:  amd
rocPRIM
ROCm Parallel Primitives
Stars: ✭ 95 (+313.04%)
Mutual labels:  amd

APM

npm Build Status Coveralls

APM (AMD Package Manager) is a npm-based package manager for AMD.

Installation

If your node version >= 4.7.0, feel free to install.

$ [sudo] npm install -g apmjs

Make sure you have it

$ apmjs -v

Enjoy

e.g. install https://registry.npmjs.org/@searchfe%2Fpromise

$ apmjs install @searchfe/promise

For more details, see: https://github.com/apmjs/apmjs/wiki.

Differences with NPM cli

  • apmjs install: Resolve and flatten ddependencies, see dependency-resolving
  • apmjs link: Link to/from <npm-prefix>/lib/amd_modules, install as needed
  • apmjs unlink: Unlink global AMD modules
  • apmjs version: Prints apmjs version, of course.
  • .js is not allowed in package name, since .js is always appended when require.js fetching scripts.
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].