Skip to content

My first open-source NPM publication! Three Dimensional Vector Operations in TypeScript & JavaScript

License

Notifications You must be signed in to change notification settings

oskccy/npm_3d_vector

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NPM 3D Vector 🧮

docs npm

A TypeScript and JavaScript native library, implementing 3DV operations for any use case. (See On Node Registry Here)

📝 By: Oscar Sharaz Spencer

Contents 📊

  • Installation
  • Usage
  • Contributions

Installation 💻

In your terminal, simply run the following:

cd <YOUR_PROJ_DIR>
npm install npm_3d_vector
ls

If you wish to install this package as a developer dependency:

cd <YOUR_PROJ_DIR>
npm install npm_3d_vector -D
ls

You can then view and edit (if desired) the installation in the package.json file of [PROJ_DIR]:

cat package.json
[<YOUR_EDITOR>] package.json

You should then see this if the npm_3d_vector package was installed properly:

packagefile

Usage 🏃‍♂️

When running in a Vanilla Script:

ex_app_req

When running in a Node.js application:

node

Contributions 👪

If you're down to contribute to this package, access this repository:

mkdir npm_3d_vector
cd npm_3d_vector
git clone https://github.com/oskccy/npm_3d_vector.git
npm install

Then, experiment & create a pull request. I'll get back to you within 1-3 weeks!

Thanks so much for your help!!

About

My first open-source NPM publication! Three Dimensional Vector Operations in TypeScript & JavaScript

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published