Security News
Oracle Drags Its Feet in the JavaScript Trademark Dispute
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.
create-hammer-app
Advanced tools
In order to figure out what Hammer should be like, we're first developing a simple apps ([invoice](https://github.com/hammerframework/billable) and [todo](https://github.com/hammerframework/todo) with the technology stack we want and seeing how it feels.
create-hammer-app
In order to figure out what Hammer should be like, we're first developing a simple apps (invoice and todo with the technology stack we want and seeing how it feels. Eventually, the things we learn here will be codified in the Hammer "architectural style" and a set of command line tools will help generate various things you need during a Hammer development cycle.
We use Yarn as our package manager. To get the dependencies installed, just do this in the root directory:
yarn install
Generate a SQLite database and ORM client:
yarn db:up
yarn dev
Run yarn open
to open your browser on http://localhost:8910
.
Browse to http://localhost:8910
to see the web app. Lambda functions run on
localhost:8911
but are proxied to localhost:8910/api/functions/*
.
We're using Prisma's Photon ORM and Lift Migration Engine.
Prisma2 is not ready for production at the moment.
To create a development database:
yarn db:up
Will read the schema definition in api/prisma/schema.prisma
and generate a
sqlite database in api/prisma/dev.db
If you've made changes to the schema run yarn db:save
to generate a migration, and
yarn db:up
to apply the migration/ generate a new ORM client.
FAQs
In order to figure out what Hammer should be like, we're first developing a simple apps ([invoice](https://github.com/hammerframework/billable) and [todo](https://github.com/hammerframework/todo) with the technology stack we want and seeing how it feels.
The npm package create-hammer-app receives a total of 0 weekly downloads. As such, create-hammer-app popularity was classified as not popular.
We found that create-hammer-app demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer 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
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.
Security News
The Linux Foundation is warning open source developers that compliance with global sanctions is mandatory, highlighting legal risks and restrictions on contributions.
Security News
Maven Central now validates Sigstore signatures, making it easier for developers to verify the provenance of Java packages.