Security News
Fluent Assertions Faces Backlash After Abandoning Open Source Licensing
Fluent Assertions is facing backlash after dropping the Apache license for a commercial model, leaving users blindsided and questioning contributor rights.
create-clarity-dev
Advanced tools
An npm initializer to setup a Clarity development environment
A Clarity development environment generator, usable as an npm init initializer.
Generates a TypeScript project that contains a hello-world.clar
sample smart contract and
a minimal Mocha test suite using the Clarity SDK.
npm init clarity-dev my-proj
cd my-proj
Replace my-proj
with your app name. The app directory is created if it does not already exist.
npm test
Expected output:
hello world contract test suite
✓ should have a valid syntax
deploying an instance of the contract
✓ should return 'hello world'
✓ should echo number
3 passing
The package is a thin wrapper around the yeoman based Clarity app generator package. Initializers for use with npm init
require a package with the naming scheme create-<initializer>
.
Alternate install commands
yo
generatornpm install -g yo generator-clarity-dev yo clarity-dev
See generator-clarity-dev for more details.
npx
directlynpx create-clarity-dev
If seeing error messages related to the clarity-native-bin package then see its README for more details.
FAQs
An npm initializer to setup a Clarity development environment
The npm package create-clarity-dev receives a total of 0 weekly downloads. As such, create-clarity-dev popularity was classified as not popular.
We found that create-clarity-dev demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 8 open source maintainers collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Fluent Assertions is facing backlash after dropping the Apache license for a commercial model, leaving users blindsided and questioning contributor rights.
Research
Security News
Socket researchers uncover the risks of a malicious Python package targeting Discord developers.
Security News
The UK is proposing a bold ban on ransomware payments by public entities to disrupt cybercrime, protect critical services, and lead global cybersecurity efforts.