Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

new tool to generate new projects etc. #1

Open
mobileink opened this issue Jul 1, 2022 · 1 comment
Open

new tool to generate new projects etc. #1

mobileink opened this issue Jul 1, 2022 · 1 comment

Comments

@mobileink
Copy link
Contributor

mobileink commented Jul 1, 2022

Cmd: @obazl//new -- -p <projname> plus whatever other params.

Should generate:

  • .bazelignore
  • .bazelrc
  • .gitignore
  • ./private/.gitignore, ./private/bazelrc
  • .bazelversion?
  • .obazl.d/opam/local/BOOTSTRAP.bzl
  • BUILD.bazel
  • BUILD.bzl (dummy, for demo)
  • COSWITCH.bzl
  • WORKSPACE.bazel
  • WORKSPACE.bzl (with demo fetch/bootstrap function)
  • bzl/hosts/BUILD.bazel
  • src/BUILD.bazel and some source files to build
  • test/BUILD.bazel with some test targets

Maybe:

  • bin/
  • tools/ with some scripts like wss
@mobileink
Copy link
Contributor Author

@obazl//new:ws is done but needs portability improvements.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant