../dist/index.js init -n weather -t "A weather API." --desc \
"An API for retrieving temperature and humidity information." && \
../dist/index.js add repository --url https://bitbucket.org/ellipsistechnology/blackbox-datatypes/raw/691588c69282a4e5d8c5a6cd6a042acb18f8abb2/types.json?raw && \
../dist/index.js add service -n weather --summary \
"Weather service: Provides temperature and humidity information." && \
../dist/index.js add service -n temperature -s weather --summary \
"Returns a temperature object." && \
../dist/index.js add datatype -n temperature -f types.json && \
../dist/index.js update service -s weather -n temperature -d temperature -m "" && \
../dist/index.js add service -s weather -n humidity -d number -m "" && \
../dist/index.js generate && \
npm i && \
npm run build #&& \
#npm run start
