AssetStack
Go to dashboard
  • Getting Started
    • Overview
    • Quickstart
  • the website
    • Create an Account
    • Create a Repo
    • Creating an Asset
    • Project Settings
    • Linking to a Project
  • the cli
    • Overview
Powered by GitBook
On this page
  1. the cli

Overview

PreviousLinking to a Project

Last updated 1 year ago

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 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 🥳

connected