Overview

First things first, install assetstack:

npm i assetstack

Add a pull command to your package.json so that you can pull types from your repository.

{
  "name": "AssetStack",
  "version": "4.2.0",
  "scripts": {
    "as:pull": "assetstack pull"
  }, 
}

Now you can run this command from your project direction (ensuring that it is connected to you AssetStack repository).

npm run as:pull
...

Loading your AssetCompletion®...
Success! AssetCompletion® is now up to date!

Done! You are now ready to use your typed assets in your project 🥳

Last updated