Register
Login
Resources
Docs Blog Datasets Glossary Case Studies Tutorials & Webinars
Product
Data Engine LLMs Platform Enterprise
Pricing Explore
Connect to our Discord channel

cookiecutter.json 391 B

You have to be logged in to leave a comment. Sign In
1
2
3
4
5
6
7
8
9
  1. {
  2. "project_name": "project_name",
  3. "repo_name": "{{ cookiecutter.project_name|replace(' ', '_') }}",
  4. "author_name": "Your name (or your organization/company/team)",
  5. "description": "A short description of the project.",
  6. "s3_bucket": "your-bucket-for-syncing-data (do not include 's3://')",
  7. "year": "2016",
  8. "open_source_license": ["MIT", "BSD", "Not open source"]
  9. }
Tip!

Press p or to see the previous file or, n or to see the next file

Comments

Loading...