@insynergie/create
v0.3.2
Published
Init package.json with inSynergie defaults
Downloads
6
Readme
create
Scaffold project directory (package.json, tsconfig.json, ..., git) with our default settings...
npm init @insynergie
yarn create @insynergie
PowerShell
npm init "@insynergie"
yarn create "@insynergie"
The new package.json contains private: true
with intent, in order to prevent npm publish
by accident.