meraki-sdk
v0.1.0-alpha.0
Published
Read the docs here: https://urbanpiper-2.gitbook.io/meraki-sdk-docs/nKRNWJwndyc8Z714GNDi/quick-start
Downloads
4
Readme
Meraki SDK
Read the docs here: https://urbanpiper-2.gitbook.io/meraki-sdk-docs/nKRNWJwndyc8Z714GNDi/quick-start
Commands
To run this, use:
npm start # or yarn start
This builds to /dist
and runs the project in watch mode so any edits you save inside src
causes a rebuild to /dist
.
To do a one-off build, use npm run build
or yarn build
.
To run tests, use npm test
or yarn test
.
Configuration
Code quality is set up for you with prettier
, husky
, and lint-staged
. Adjust the respective fields in package.json
accordingly.
Jest
Jest tests are set up to run with npm test
or yarn test
.
Bundle Analysis
size-limit
is set up to calculate the real cost of your library with npm run size
and visualize the bundle with npm run analyze
.