@builtjs/theme
v1.4.41
Published
A Javascript library for Built.js themes and plugins.
Maintainers
Readme
@builtjs/theme
NPM library for Built.JS themes.
Usage
- Create a global symlink to your library: Run the following command in your library folder:
npm linkThis will create a global symlink to your library.
- Navigate to the project where you want to use the library:
cd /path/to/your/local/projectThen link the global symlink to your project:
npm link create-built-appTo unlink:
npm unlink -g create-built-appTroubleshooting
If you get:
sh: /opt/homebrew/bin/built: Permission deniedYou can try unlinking and linking create-built-app, and if that doesn't work, do:
rm -f /opt/homebrew/bin/builtnpm install -g create-built-appIf you get:
sh: built: command not foundDo:
npm install -g create-built-app