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