add-manifest
v1.1.2
Published
Add Manifest backend
Maintainers
Readme
add-manifest
The add-manifest command adds Manifest to your project.
npx add-manifest@latestDevelop
npm install
# Run from a test folder to prevent messing with project files.
mkdir test-folder
cd test-folder
../bin/dev.jsHowever due to the monorepo workspace structure, the launch script will fail as the path to the node modules folder is different than when served. This is normal.
Publish
npm run build
npm publish